From 3ee63b28c54adf79bd99e5162f40d4dd58e576fb Mon Sep 17 00:00:00 2001 From: henk717 Date: Thu, 3 Feb 2022 13:13:26 +0100 Subject: [PATCH] Defaults and Downloads Default settings for the new repetition penalty settings (Better suggestions very much welcome since broader community testing has not been done). Updated the Readme with the link to the offline installer. --- aiserver.py | 4 ++-- readme.md | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/aiserver.py b/aiserver.py index 709760d2..60b505ea 100644 --- a/aiserver.py +++ b/aiserver.py @@ -104,8 +104,8 @@ class vars: genamt = 80 # Amount of text for each action to generate ikgen = 200 # Number of characters for InferKit to generate rep_pen = 1.1 # Default generator repetition_penalty - rep_pen_slope = 0.0 # Default generator repetition penalty slope - rep_pen_range = 0 # Default generator repetition penalty range + rep_pen_slope = 1.0 # Default generator repetition penalty slope + rep_pen_range = 512 # Default generator repetition penalty range temp = 0.5 # Default generator temperature top_p = 0.9 # Default generator top_p top_k = 0 # Default generator top_k diff --git a/readme.md b/readme.md index a6050f59..cf47c5a3 100644 --- a/readme.md +++ b/readme.md @@ -88,9 +88,18 @@ KoboldAI has a large number of dependencies you will need to install on your com ### Downloading the latest version of KoboldAI -KoboldAI is a rolling release on our github, the code you see is also the game. The easiest way to download the game is by clicking on the green Code button at the top of the page and clicking Download ZIP. +KoboldAI is a rolling release on our github, the code you see is also the game. You can the software by clicking on the green Code button at the top of the page and clicking Download ZIP. -### Installing KoboldAI on Windows 10 or higher using the KoboldAI Runtime Installer +The easiest way for Windows users is to use the [offline installer](https://sourceforge.net/projects/henkjaro/files/latest/download) below. + +### Installing KoboldAI offline bundle on Windows 7 or higher using the KoboldAI Offline Installer (Easiest) + +1. [Download the latest offline installer from here](https://sourceforge.net/projects/henkjaro/files/latest/download) +2. Run the installer to place KoboldAI on a location of choice, KoboldAI is portable software and is not bound to a specific harddrive. (Because of long paths inside our dependencies you may not be able to extract it many folders deep). +3. Update KoboldAI to the latest version with update-koboldai.bat if desired. +4. Use KoboldAI offline using play.bat or remotely with remote-play.bat + +### Installing KoboldAI Github release on Windows 10 or higher using the KoboldAI Runtime Installer 1. Extract the .zip to a location you wish to install KoboldAI, you will need roughly 20GB of free space for the installation (this does not include the models). 2. Open install_requirements.bat as **administrator**.