From 374e61532e835f18de9d5a6e5e64102c4f54dc89 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Thu, 18 Mar 2021 23:01:51 -0700 Subject: [PATCH] [zero doc] fix misspelled param We really really really need those params to be validated... --- docs/_tutorials/zero.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/zero.md b/docs/_tutorials/zero.md index ad6e222707e0..1e9f97b98a11 100644 --- a/docs/_tutorials/zero.md +++ b/docs/_tutorials/zero.md @@ -122,7 +122,7 @@ configurations is available [here](/docs/config-json/#zero-optimizations-for-fp1 "stage3_max_live_parameters": 6000000, "stage3_max_reuse_distance": 100000000, "stage3_prefetch_bucket_size": 200000, - "stage3_param_persitance_threshold": 100000, + "stage3_param_persistence_threshold": 100000, "reduce_bucket_size": 3000000, "sub_group_size": 1e6 }