Skip to content

Commit 4077b3a

Browse files
committed
update docs
1 parent 5ceb86f commit 4077b3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/source-pytorch/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ def _load_py_module(name: str, location: str) -> ModuleType:
324324
"torchmetrics": ("https://torchmetrics.readthedocs.io/en/stable/", None),
325325
"graphcore": ("https://docs.graphcore.ai/en/latest/", None),
326326
"habana": ("https://lightning-ai.github.io/lightning-Habana/", None),
327+
"intel-xpu": ("https://lightning-ai.github.io/lightning-XPU/", None),
327328
}
328329

329330
# -- Options for todo extension ----------------------------------------------
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# validation HPU connectors
22
lightning-habana >=0.1.0
33
lightning-graphcore >=0.1.0.rc4
4+
5+
# validation XPU connectors
6+
lightning-xpu >=0.1.0

0 commit comments

Comments
 (0)