diff --git a/MIT_LICENSE_GGML_LLAMACPP_ONLY b/MIT_LICENSE_GGML_LLAMACPP_ONLY index 22fd48829..cf9797087 100644 --- a/MIT_LICENSE_GGML_LLAMACPP_ONLY +++ b/MIT_LICENSE_GGML_LLAMACPP_ONLY @@ -23,4 +23,4 @@ SOFTWARE. =================================== Note that the above license applies ONLY to the GGML library and llama.cpp by ggerganov which are licensed under the MIT License -Kobold Lite by Concedo and the provided python ctypes bindings in koboldcpp dlls are licensed under the AGPL v3.0 License \ No newline at end of file +KoboldAI Lite by Concedo and the provided python ctypes bindings in koboldcpp dlls are licensed under the AGPL v3.0 License \ No newline at end of file diff --git a/README.md b/README.md index fe082829a..849854a7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # koboldcpp -KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models. It's a single self contained distributable from Concedo, that builds off llama.cpp, and adds a versatile Kobold API endpoint, additional format support, Stable Diffusion image generation, backward compatibility, as well as a fancy UI with persistent stories, editing tools, save formats, memory, world info, author's note, characters, scenarios and everything Kobold and Kobold Lite have to offer. +KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models. It's a single self contained distributable from Concedo, that builds off llama.cpp, and adds a versatile Kobold API endpoint, additional format support, Stable Diffusion image generation, backward compatibility, as well as a fancy UI with persistent stories, editing tools, save formats, memory, world info, author's note, characters, scenarios and everything KoboldAI and KoboldAI Lite have to offer.   @@ -20,7 +20,7 @@ KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models - **(Nvidia Only) GPU Acceleration**: If you're on Windows with an Nvidia GPU you can get CUDA support out of the box using the `--usecublas` flag, make sure you select the correct .exe with CUDA support. - **Any GPU Acceleration**: As a slightly slower alternative, try CLBlast with `--useclblast` flags for a slightly slower but more GPU compatible speedup. - **GPU Layer Offloading**: Want even more speedup? Combine one of the above GPU flags with `--gpulayers` to offload entire layers to the GPU! **Much faster, but uses more VRAM**. Experiment to determine number of layers to offload, and reduce by a few if you run out of memory. -- **Increasing Context Size**: Try `--contextsize 4096` to 2x your context size! without much perplexity gain. Note that you'll have to increase the max context in the Kobold Lite UI as well (click and edit the number text field). +- **Increasing Context Size**: Try `--contextsize 4096` to 2x your context size! without much perplexity gain. Note that you'll have to increase the max context in the KoboldAI Lite UI as well (click and edit the number text field). - If you are having crashes or issues, you can try turning off BLAS with the `--noblas` flag. You can also try running in a non-avx2 compatibility mode with `--noavx2`. Lastly, you can try turning off mmap with `--nommap`. For more information, be sure to run the program with the `--help` flag, or [check the wiki](https://github.com/LostRuins/koboldcpp/wiki). @@ -122,7 +122,7 @@ There are some community made AUR packages available: [CUBLAS](https://aur.archl ## License - The original GGML library and llama.cpp by ggerganov are licensed under the MIT License -- However, Kobold Lite is licensed under the AGPL v3.0 License +- However, KoboldAI Lite is licensed under the AGPL v3.0 License - The other files are also under the AGPL v3.0 License unless otherwise stated ## Notes diff --git a/kcpp_docs.embd b/kcpp_docs.embd index e27f9230e..1f402feca 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -607,7 +607,7 @@ "description": "Successful request" } }, - "description": "Retrieves the KoboldCpp preloaded story, --preloadstory configures a prepared story json save file to be hosted on the server, which frontends (such as Kobold Lite) can access over the API.", + "description": "Retrieves the KoboldCpp preloaded story, --preloadstory configures a prepared story json save file to be hosted on the server, which frontends (such as KoboldAI Lite) can access over the API.", "summary": "Retrieves the KoboldCpp preloaded story", "tags": [ "api/extra" diff --git a/klite.embd b/klite.embd index 81003b4bc..85d7bb4b6 100644 --- a/klite.embd +++ b/klite.embd @@ -1,12 +1,12 @@ @@ -3400,7 +3400,7 @@ Current version: 146 if ("Notification" in window) { // Request permission to show notifications if (Notification.permission === "granted" || notify_allowed) { - var notification = new Notification("Kobold Lite", { + var notification = new Notification("KoboldAI Lite", { body: "Text Generation Completed!" }); } else { @@ -4295,7 +4295,7 @@ Current version: 146 document.getElementById("customkoboldendpoint").value = protocol + localmodehost + ":" + localmodeport + sublocalpathname; connect_custom_endpoint(); document.getElementById("lastreq").innerHTML = document.getElementById("lastreq2").innerHTML = - `You're using Kobold Lite Embedded.`; + `You're using KoboldAI Lite Embedded.`; read_url_params_data(); } @@ -4605,7 +4605,7 @@ Current version: 146 function set_dalle_key() { - inputBox("Enter DALL-E API Key.\n\nNote: DALL-E is known to rephrase and rewrite submitted image prompts before generating, for censorship purposes. There is nothing Kobold Lite can do about that. ","DALL-E API Key",localsettings.saved_dalle_key,"Input DALL-E API Key", ()=>{ + inputBox("Enter DALL-E API Key.\n\nNote: DALL-E is known to rephrase and rewrite submitted image prompts before generating, for censorship purposes. There is nothing KoboldAI Lite can do about that. ","DALL-E API Key",localsettings.saved_dalle_key,"Input DALL-E API Key", ()=>{ let userinput = getInputBoxValue(); userinput = userinput.trim(); if (userinput != null && userinput!="") { @@ -4615,7 +4615,7 @@ Current version: 146 } function set_dalle_url() { - inputBox("Enter DALL-E API URL.\n\nNote: DALL-E is known to rephrase and rewrite submitted image prompts before generating, for censorship purposes. There is nothing Kobold Lite can do about that. ","DALL-E API URL",localsettings.saved_dalle_url,"Input DALL-E API URL", ()=>{ + inputBox("Enter DALL-E API URL.\n\nNote: DALL-E is known to rephrase and rewrite submitted image prompts before generating, for censorship purposes. There is nothing KoboldAI Lite can do about that. ","DALL-E API URL",localsettings.saved_dalle_url,"Input DALL-E API URL", ()=>{ let userinput = getInputBoxValue(); userinput = userinput.trim(); if (userinput != null && userinput!="") { @@ -15400,7 +15400,7 @@ Current version: 146
KoboldCpp can be used without Javascript enabled, however this is not recommended.
-
If you have Javascript, please use Kobold Lite WebUI instead.