From f19cf6714faf867a5d728b7f4e5c0e2f5c25f127 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Wed, 7 Apr 2021 13:10:14 -0700 Subject: [PATCH] [zero doc] fix misspelled param (#878) We really really really need those params to be validated... Co-authored-by: Olatunji Ruwase Co-authored-by: Jeff Rasley --- 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 ad6e2227..1e9f97b9 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 } -- GitLab