From 7acd539cd772953bbeb14de1888f788a0926a5cd Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 1 Apr 2025 12:54:13 -0700 Subject: [PATCH] [Docs] update usage stats language (#15898) Signed-off-by: simon-mo --- docs/source/serving/usage_stats.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/serving/usage_stats.md b/docs/source/serving/usage_stats.md index cfc3cb2576873..750cba7ed9ce2 100644 --- a/docs/source/serving/usage_stats.md +++ b/docs/source/serving/usage_stats.md @@ -1,6 +1,8 @@ # Usage Stats Collection -vLLM collects anonymous usage data by default to help the engineering team better understand which hardware and model configurations are widely used. This data allows them to prioritize their efforts on the most common workloads. The collected data is transparent, does not contain any sensitive information, and will be publicly released for the community's benefit. +vLLM collects anonymous usage data by default to help the engineering team better understand which hardware and model configurations are widely used. This data allows them to prioritize their efforts on the most common workloads. The collected data is transparent, does not contain any sensitive information. + +A subset of the data, after cleaning and aggregation, will be publicly released for the community's benefit. For example, you can see the 2024 usage report [here](https://2024.vllm.ai). ## What data is collected?