From c23078f57a8b1fc543d0ab25111fea9ddb27142a Mon Sep 17 00:00:00 2001 From: at8u <129688334+at8u@users.noreply.github.com> Date: Mon, 3 Apr 2023 02:15:33 +0000 Subject: [PATCH] Add --keep param to Miku.sh --- examples/Miku.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Miku.sh b/examples/Miku.sh index eae17cbb4..5533507cf 100644 --- a/examples/Miku.sh +++ b/examples/Miku.sh @@ -11,6 +11,7 @@ N_PREDICTS="${N_PREDICTS:-4096}" GEN_OPTIONS=(--batch_size 1024 --ctx_size 2048 +--keep -1 --repeat_last_n 256 --repeat_penalty 1.17647 --temp 0.7