From 67555071f64cd3fbbae0b49daec3674d7f54045b Mon Sep 17 00:00:00 2001 From: simpleqt <89645338+simpleqt@users.noreply.github.com> Date: Tue, 8 Sep 2026 00:20:40 +0800 Subject: [PATCH] docs: point CONTRIBUTING's installation link at the README section CONTRIBUTING.md has no Installation heading, so the in-file anchor went nowhere; the section lives in README.md. Signed-off-by: simpleqt <89645338+simpleqt@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f390eee50f2f..e53f46208d92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ python ci/tests_fetcher.py --base origin/master --explain > `pull_request`-triggered run or the `modal` CLI. ### Model Tests -To execute model tests, first [install DeepSpeed](#installation). The +To execute model tests, first [install DeepSpeed](README.md#installation). The [DeepSpeedExamples](https://github.com/deepspeedai/DeepSpeedExamples/) repository is cloned as part of this process. Next, execute the model test driver: ```bash