From d7f34b3a7e46b9ee699d910e978f23f4529ea754 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 28 Aug 2023 00:41:55 +0200 Subject: [PATCH] fixed wininstall --- presets/airoboros_instruct.yaml | 3 ++- presets/airoboros_instruct_with_obs.yaml | 6 ++++-- win_install.bat | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/presets/airoboros_instruct.yaml b/presets/airoboros_instruct.yaml index 671fa68d..b2fc0bc1 100644 --- a/presets/airoboros_instruct.yaml +++ b/presets/airoboros_instruct.yaml @@ -2,7 +2,8 @@ name: Airoboros Instruct content: | A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate responses to the user's input. - USER: @@ ASSISTANT: @@ + ### USER: @@ + ### ASSISTANT: @@ help: | This is the default Airoboros fine tuning format for chat mode with input. diff --git a/presets/airoboros_instruct_with_obs.yaml b/presets/airoboros_instruct_with_obs.yaml index 0dc7f623..d84247e5 100644 --- a/presets/airoboros_instruct_with_obs.yaml +++ b/presets/airoboros_instruct_with_obs.yaml @@ -2,7 +2,8 @@ name: Airoboros Instruct with obs content: | A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate responses to the user's input. - USER: BEGININPUT + ### USER: + BEGININPUT BEGINCONTEXT @@ ENDCONTEXT @@ -10,7 +11,8 @@ content: | ENDINPUT BEGININSTRUCTION @@ - ENDINSTRUCTION ASSISTANT: @@ + ENDINSTRUCTION + ### ASSISTANT: @@ help: | This is the default Airoboros fine tuning format for chat mode with context obedient question answering diff --git a/win_install.bat b/win_install.bat index 5eb80346..fd5545cf 100644 --- a/win_install.bat +++ b/win_install.bat @@ -153,7 +153,7 @@ echo. && echo. exit /b :end - +cd .. echo Creating bin folder (needed for ctransformers) IF EXIST "installer_files\lollms_env\bin" ( echo Folder already existing