From 1d442df3076fa7227d89a98e47f49a6b75301469 Mon Sep 17 00:00:00 2001 From: RunningLeon Date: Sat, 12 Oct 2024 14:45:56 +0800 Subject: [PATCH] [Doc]: Lock sphinx version (#2594) * update * fix link --- docs/en/quantization/w4a16.md | 2 +- requirements/docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/quantization/w4a16.md b/docs/en/quantization/w4a16.md index 3adaf7a750..3a04cd7b05 100644 --- a/docs/en/quantization/w4a16.md +++ b/docs/en/quantization/w4a16.md @@ -69,7 +69,7 @@ lmdeploy serve gradio ./internlm2_5-7b-chat-4bit --server_name {ip_addr} --serve ## Evaluation -Please overview [this guide](https://opencompass.readthedocs.io/en/latest/advanced_guides/evaluation_turbomind.html) about model evaluation with LMDeploy. +Please refer to [OpenCompass](https://opencompass.readthedocs.io/en/latest/index.html) about model evaluation with LMDeploy. ## Inference diff --git a/requirements/docs.txt b/requirements/docs.txt index 4805d25fd6..47a4ce2e19 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ markdown>=3.4.0 myst-parser -sphinx +sphinx==8.0.2 sphinx-book-theme sphinx-copybutton sphinx-tabs