From 56d3cbc837b02efd486c16b81ffce70825225c21 Mon Sep 17 00:00:00 2001 From: RunningLeon Date: Sat, 12 Oct 2024 11:26:44 +0800 Subject: [PATCH 1/2] update --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ea6004e9ff9cd82019fd3cdac81dc17e3861443f Mon Sep 17 00:00:00 2001 From: RunningLeon Date: Sat, 12 Oct 2024 11:54:32 +0800 Subject: [PATCH 2/2] fix link --- docs/en/quantization/w4a16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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