From f9739881e6de001a45fa6aece5a39bda2f77dd75 Mon Sep 17 00:00:00 2001 From: laurent Date: Thu, 3 Jul 2025 19:02:42 +0200 Subject: [PATCH] Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bc918..0daabaa 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ However, please bear in mind that is an experimental feature and its behavior is The Rust implementation provides a server that can process multiple streaming -queries in parallel. Dependening on the amount of memory on your GPU, you may +queries in parallel. Depending on the amount of memory on your GPU, you may have to adjust the batch size from the config file. For a L40S GPU, a batch size of 64 works well and requests can be processed at 3x real-time speed.