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 0324a20 commit 61a8391Copy full SHA for 61a8391
docs/source-pytorch/conf.py
@@ -90,7 +90,8 @@ def _load_py_module(name: str, location: str) -> ModuleType:
90
assist_local.AssistantCLI.pull_docs_files(
91
gh_user_repo="Lightning-AI/lightning-Habana",
92
target_dir="docs/source-pytorch/integrations/hpu",
93
- checkout="refs/tags/1.6.0",
+ # checkout="refs/tags/1.6.0",
94
+ checkout="5549fa927d5501d31aac0c9b2ed479be62a02cbc",
95
)
96
# the HPU also need some images
97
URL_RAW_DOCS_HABANA = "https://raw.githubusercontent.com/Lightning-AI/lightning-Habana/1.5.0/docs/source"
0 commit comments