From c0add889d92a62cc93dd28f426e2402dee6bc9d5 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Tue, 11 Apr 2023 13:16:07 -0700 Subject: [PATCH] Fix typo (#3164) Fix microsoft/DeepSpeed#3163 --- docs/_pages/config-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/config-json.md b/docs/_pages/config-json.md index dde45da1..42186b12 100755 --- a/docs/_pages/config-json.md +++ b/docs/_pages/config-json.md @@ -692,7 +692,7 @@ Configuring the asynchronous I/O module for offloading parameter and optimizer s | Description | Default | |---------------------------------------------------------------------------------------------------------------------------| ------- | -| Whether to run autotuing experiments whose results already exist. Setting it to true would overwrite the existing result. | `false` | +| Whether to run autotuning experiments whose results already exist. Setting it to true would overwrite the existing result. | `false` | **metric**: [string] -- GitLab