Skip to content

Commit ba32712

Browse files
committed
update
1 parent b834816 commit ba32712

File tree

1 file changed

+2
-0
lines changed
  • src/lightning/fabric/accelerators

1 file changed

+2
-0
lines changed

src/lightning/fabric/accelerators/xla.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
from lightning.fabric.utilities.imports import _raise_enterprise_not_available
2525

2626
_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")
2729

2830

2931
class XLAAccelerator(Accelerator):

0 commit comments

Comments
 (0)