diff --git a/localization/v2.4.x/site/en/reference/gpu_index.md b/localization/v2.4.x/site/en/reference/gpu_index.md index f030fa460..94a98ae09 100644 --- a/localization/v2.4.x/site/en/reference/gpu_index.md +++ b/localization/v2.4.x/site/en/reference/gpu_index.md @@ -79,8 +79,8 @@ title: GPU Index ParameterRange -top-K<= 1024 -top-K<=max((itopk_size + 31)// 32, search_width) * 32 +limit (top-K)<= 1024 +limit (top-K)<=max((itopk_size + 31)// 32, search_width) * 32 @@ -135,7 +135,7 @@ title: GPU Index ParameterRange -top-K<= 2048 +limit (top-K)<= 2048 @@ -194,7 +194,7 @@ title: GPU Index ParameterRange -top-K<= 1024 +limit (top-K)<= 1024