From cd9371b6be3e3802d4c4aee8c78c44d94ffa9869 Mon Sep 17 00:00:00 2001 From: NadeNade <139770129+codename0og@users.noreply.github.com> Date: Sun, 10 Dec 2023 04:13:41 +0100 Subject: [PATCH] whoops, typo. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72d86ce..710ddb5 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ The 22nd line of '**RVC_Onnx_Infer.py**' script; ⠀

# | v0.2a | 10.12.2023 - CHANGELOG:
-### Notes: -- No more '50 seconds max' per infer / file length. -( Now it's internally: Slicing, inferencing the segments 1 by 1 to avoid memory issues and merging it all into 1 final output. ) +### Changes: +- **Inference max length limit off** - No more '50 seconds max' per infer / file length.
+( Now it's internally slicing, inferencing the segments 1 by 1 to avoid memory issues and merging it all into 1 final output. ) - **DML x CPU is set as default** for the main device.
-- Made the console a lil bit more fancy lol +- Cosmetics changes - Made the console a lil bit more fancy lol + logging of segmenting process and so on. ⠀