From 7de462944a4437bb78b74a91b14576b37565e508 Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Mon, 10 Nov 2025 10:59:13 +0300 Subject: [PATCH] Update README.md --- examples/c++/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c++/README.md b/examples/c++/README.md index 6a469c8..dbd8674 100644 --- a/examples/c++/README.md +++ b/examples/c++/README.md @@ -1,4 +1,4 @@ -# Silero-VAD V5 in C++ (based on LibTorch) +# Silero-VAD V6 in C++ (based on LibTorch) This is the source code for Silero-VAD V6 in C++, utilizing LibTorch & Onnxruntime. You should compare its results with the Python version.