Merge branch 'henk717:united' into united
This commit is contained in:
commit
02c7ca3e84
|
@ -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
|
||||
|
|
13
readme.md
13
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**.
|
||||
|
|
Loading…
Reference in New Issue