From a5702f12c2e3cdd870f77ddff0f845127c68d446 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Fri, 20 Dec 2024 01:34:56 +0900 Subject: [PATCH] docs: fix broken links --- docs/source/basic.rst | 2 +- docs/source/intermediate.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/basic.rst b/docs/source/basic.rst index 5cad23d1..c6d483a5 100644 --- a/docs/source/basic.rst +++ b/docs/source/basic.rst @@ -111,4 +111,4 @@ AWS ^^^ You can either use `Gaudi-based AWS EC2 DL1 instances `__ or `Supermicro X12 Gaudi server `__ to get access to HPUs. -Check out the `PyTorch Model on AWS DL1 Instance Quick Start `__. +Check out the `PyTorch Model on AWS DL1 Instance Quick Start `__. diff --git a/docs/source/intermediate.rst b/docs/source/intermediate.rst index 433af6f7..9fec7fb4 100644 --- a/docs/source/intermediate.rst +++ b/docs/source/intermediate.rst @@ -284,7 +284,7 @@ INC uses configuration jsons for selecting between quant and measurement modes. This can be toggled via `quant` param in `HPUPrecisionPlugin.convert_modules()`. `quant` also accepts user defined config dictionary or a json path. -Refer to `Supported JSON Config File Options `__ for more information on supported json configs. +Refer to `Supported JSON Config File Options `__ for more information on supported json configs. .. note:: @@ -292,7 +292,7 @@ Refer to `Supported JSON Config File Options `__. +For more details, refer to `Inference Using FP8 `__. For a list of data types supported with HPU, refer to `PyTorch Support Matrix `__. ----