From 975adb802b39bf98b9b0ac4a715cd3670f18b61a Mon Sep 17 00:00:00 2001 From: Ying Sheng Date: Sun, 4 Aug 2024 13:51:52 -0700 Subject: [PATCH] Update hyperparameter_tuning.md (#918) --- docs/en/hyperparameter_tuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/hyperparameter_tuning.md b/docs/en/hyperparameter_tuning.md index 2ea43e26a..53b92435c 100644 --- a/docs/en/hyperparameter_tuning.md +++ b/docs/en/hyperparameter_tuning.md @@ -10,7 +10,7 @@ When the server is running at full load, look for the following in the log: ### Tune Your Request Submission Speed `#queue-req` indicates the number of requests in the queue. If you frequently see `#queue-req == 0`, it suggests you are bottlenecked by the request submission speed. -A healthy range for `#queue-req` is `100 - 3000`. +A healthy range for `#queue-req` is `100 - 1000`. ### Tune `--schedule-conservativeness` `token usage` indicates the KV cache memory utilization of the server. `token usage > 0.9` means good utilization.