From adcd1da397a643abc083f7bd075c02b7e127ab12 Mon Sep 17 00:00:00 2001 From: jerome-habana Date: Fri, 18 Oct 2024 02:39:06 +0000 Subject: [PATCH] bumping HPU version -> (1.7.0.rc0) --- docs/source-pytorch/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-pytorch/conf.py b/docs/source-pytorch/conf.py index 107f58c579..be5bbd07e6 100644 --- a/docs/source-pytorch/conf.py +++ b/docs/source-pytorch/conf.py @@ -90,7 +90,7 @@ _transform_changelog( assist_local.AssistantCLI.pull_docs_files( gh_user_repo="Lightning-AI/lightning-Habana", target_dir="docs/source-pytorch/integrations/hpu", - checkout="refs/tags/1.6.0", + checkout="1.7.0.rc0", ) # the HPU also need some images URL_RAW_DOCS_HABANA = "https://raw.githubusercontent.com/Lightning-AI/lightning-Habana/1.5.0/docs/source"