From 6c90b6f54053d26098a7ab9a1a30badc1a864e23 Mon Sep 17 00:00:00 2001 From: ErikKaumk Date: Thu, 11 Jul 2024 15:14:37 +0200 Subject: [PATCH] fix wrong link --- docs/source/usage_statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage_statistics.md b/docs/source/usage_statistics.md index 995fc28f..ad5ac395 100644 --- a/docs/source/usage_statistics.md +++ b/docs/source/usage_statistics.md @@ -7,7 +7,7 @@ Data is sent twice 1) on server startup and 2) and when server stops. Also, usag ## What data is collected -The code that collects the data is available [here](https://github.com/huggingface/text-generation-inference/blob/main/launcher/src/usage_stats.rs). +The code that collects the data is available [here](https://github.com/huggingface/text-generation-inference/blob/main/router/src/usage_stats.rs). As of release 2.1.2 this is an example of the data collected: - From the TGI configuration: