Find a file
2024-06-27 15:41:06 +08:00
.devops Merge branch 'upstream' into concedo_experimental 2024-06-26 18:59:10 +08:00
.github cu toolkit ver 2024-06-26 12:41:05 +08:00
cmake Merge commit '0cd6bd3483' into concedo_experimental 2024-06-05 10:53:52 +08:00
common Merge branch 'upstream' into concedo_experimental 2024-06-26 18:59:10 +08:00
docs Merge commit '1c641e6aac' into concedo_experimental 2024-06-14 18:41:37 +08:00
examples Merge branch 'upstream' into concedo_experimental 2024-06-26 18:59:10 +08:00
ggml-cuda Merge branch 'upstream' into concedo_experimental 2024-06-26 18:59:10 +08:00
ggml-sycl [SYCL] Fix windows build and inference (#8003) 2024-06-20 21:19:05 +08:00
gguf-py Gguf dump start data offset via --data-offset and some extra refactor (#8054) 2024-06-25 22:03:25 +10:00
include Revert "clblast up ver" 2024-02-21 14:35:38 +08:00
kcpp_adapters add premade chat completions adapter 2024-06-27 00:13:06 +08:00
lib Revert "clblast up ver" 2024-02-21 14:35:38 +08:00
media
models Per token attributes (#7685) 2024-06-04 09:17:17 +02:00
otherarch fix pyinstallers 2024-06-27 15:19:44 +08:00
scripts Merge branch 'upstream' into concedo_experimental 2024-06-22 01:33:44 +08:00
tests json: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863) 2024-06-26 01:46:35 +01:00
vulkan-shaders Refactor Vulkan backend to allow multiple contexts (#7961) 2024-06-23 10:21:25 +02:00
.editorconfig cvector: fix CI + correct help message (#8064) 2024-06-22 18:11:30 +02:00
.gitignore un-ignore build-info.cmake and build-info.sh (#7996) 2024-06-19 22:10:42 +02:00
.gitmodules no modules 2024-02-12 16:51:06 +08:00
AUTHORS Merge branch 'upstream' into concedo 2024-04-09 17:18:35 +08:00
build-info.h
class.py replace sdconfig and hordeconfig 2024-05-09 22:43:50 +08:00
clblast.dll Revert "clblast up ver" 2024-02-21 14:35:38 +08:00
CLINFO_LICENSE
CMakeLists.txt i hate doing this 2024-06-26 13:38:59 +08:00
colab.ipynb update colab 2024-06-27 15:41:06 +08:00
CONTRIBUTING.md docs: Added initial PR template with directions for doc only changes and squash merges [no ci] (#7700) 2024-06-10 01:24:29 +10:00
convert-hf-to-gguf-update.py convert-hf : Fix the encoding in the convert-hf-to-gguf-update.py (#8040) 2024-06-20 21:59:59 +02:00
convert-hf-to-gguf.py Option to split during conversion (#6942) 2024-06-24 19:42:03 +10:00
convert-llama-ggml-to-gguf.py convert.py : add python logging instead of print() (#6511) 2024-05-03 22:36:41 +03:00
cudart64_12.dll add cu12 ci for windows 2024-05-01 22:46:02 +08:00
cudart64_110.dll
environment.yaml CUDA 12 support for the Conda Runtime (#680) 2024-02-16 21:32:30 +08:00
expose.cpp allow selecting multigpu on vulkan 2024-06-06 18:36:56 +08:00
expose.h expose.h: initialise constants (#895) 2024-06-09 15:16:33 +08:00
ggml-alloc.c fix to allow clblast to work even after blas backend splitoff 2024-06-17 15:02:55 +08:00
ggml-alloc.h llama : add pipeline parallelism support (#6017) 2024-03-13 18:54:21 +01:00
ggml-backend-impl.h fix to allow clblast to work even after blas backend splitoff 2024-06-17 15:02:55 +08:00
ggml-backend.c whisper : use ggml_backend_sched (whisper/2239) 2024-06-18 09:50:40 +03:00
ggml-backend.h whisper : use ggml_backend_sched (whisper/2239) 2024-06-18 09:50:40 +03:00
ggml-blas.cpp fix to allow clblast to work even after blas backend splitoff 2024-06-17 15:02:55 +08:00
ggml-blas.h fix to allow clblast to work even after blas backend splitoff 2024-06-17 15:02:55 +08:00
ggml-common.h CUDA: refactor mmq, dmmv, mmvq (#7716) 2024-06-05 16:53:00 +02:00
ggml-cuda.cu fix compile error 2024-06-26 10:57:26 +08:00
ggml-cuda.h Merge branch 'upstream' into concedo_experimental 2024-05-19 17:55:20 +08:00
ggml-impl.h Make updates to type cast based on compiler instead of OS (#7851) 2024-06-17 20:23:17 +02:00
ggml-kompute.cpp fix to allow clblast to work even after blas backend splitoff 2024-06-17 15:02:55 +08:00
ggml-kompute.h Nomic Vulkan backend (#4456) 2024-01-29 15:50:50 -05:00
ggml-metal.h ggml : remove OpenCL (#7735) 2024-06-04 21:23:20 +03:00
ggml-metal.m Merge branch 'upstream' into concedo_experimental 2024-06-22 01:33:44 +08:00
ggml-metal.metal ggml : refactor rope norm/neox (#7634) 2024-06-05 11:29:20 +03:00
ggml-opencl.cpp fix to allow clblast to work even after blas backend splitoff 2024-06-17 15:02:55 +08:00
ggml-opencl.h ggml : remove OpenCL (#7735) 2024-06-04 21:23:20 +03:00
ggml-quants.c Merge branch 'upstream' into concedo_experimental 2024-06-22 01:33:44 +08:00
ggml-quants.h Merge branch 'upstream' into concedo 2024-04-09 17:18:35 +08:00
ggml-rpc.cpp rpc : fix load/store misaligned addresses (#7948) 2024-06-17 11:09:20 +03:00
ggml-rpc.h ggml : add RPC backend (#6829) 2024-05-14 14:27:19 +03:00
ggml-sycl.cpp [SYCL] Re-enabled mul_mat_batched_sycl (#8095) 2024-06-25 10:19:20 +08:00
ggml-sycl.h [SYCL] remove global variables (#7710) 2024-06-15 14:05:10 +08:00
ggml-vulkan-shaders.hpp Refactor Vulkan backend to allow multiple contexts (#7961) 2024-06-23 10:21:25 +02:00
ggml-vulkan.cpp ggml : remove ggml_task_type and GGML_PERF (#8017) 2024-06-24 03:07:59 +02:00
ggml-vulkan.h Vulkan k-quant mmq and ggml-backend offload functionality (#6155) 2024-03-29 17:29:21 +01:00
ggml.c Merge commit 'd62e4aaa02' into concedo_experimental 2024-06-25 18:27:12 +08:00
ggml.h Merge commit 'd62e4aaa02' into concedo_experimental 2024-06-25 18:27:12 +08:00
ggml_vk_generate_shaders.py Vulkan Shader Refactor, Memory Debugging Option (#7947) 2024-06-16 07:17:31 +02:00
glslc.exe Merge branch 'vulkan_test' into concedo_experimental 2024-01-25 23:01:44 +08:00
gpttype_adapter.cpp Gradient rope formula with offsets (#938) 2024-06-25 20:46:34 +08:00
kcpp_docs.embd strings rename kobold lite to koboldai lite 2024-06-13 20:00:28 +08:00
kcpp_sdui.embd multiple minor fixes 2024-05-17 15:47:53 +08:00
klite.embd updated lite 2024-06-26 18:53:32 +08:00
koboldcpp.py add premade chat completions adapter 2024-06-27 00:13:06 +08:00
koboldcpp.sh fix pyinstallers 2024-06-27 15:19:44 +08:00
libopenblas.dll
LICENSE.md
llama.cpp Merge branch 'upstream' into concedo_experimental 2024-06-26 18:59:10 +08:00
llama.h Merge branch 'upstream' into concedo_experimental 2024-06-26 18:59:10 +08:00
make_pyinstaller.bat fix pyinstallers 2024-06-27 15:19:44 +08:00
make_pyinstaller.sh fix pyinstallers 2024-06-27 15:19:44 +08:00
make_pyinstaller_cuda.bat fix pyinstallers 2024-06-27 15:19:44 +08:00
make_pyinstaller_cuda12.bat fix pyinstallers 2024-06-27 15:19:44 +08:00
Makefile remove mmq y 2024-06-26 10:59:04 +08:00
MIT_LICENSE_GGML_LLAMACPP_ONLY strings rename kobold lite to koboldai lite 2024-06-13 20:00:28 +08:00
model_adapter.cpp Gradient rope formula with offsets (#938) 2024-06-25 20:46:34 +08:00
model_adapter.h Gradient rope formula with offsets (#938) 2024-06-25 20:46:34 +08:00
msvcp140.dll
msvcp140_codecvt_ids.dll test workflow (+9 squashed commit) 2024-04-11 23:20:08 +08:00
mypy.ini convert : partially revert PR #4818 (#5041) 2024-01-20 18:14:18 -05:00
niko.ico
nikogreen.ico
OpenCL.dll
pyrightconfig.json convert-hf : save memory with lazy evaluation (#7075) 2024-05-08 18:16:38 -04:00
README.md Clarify default MMQ for CUDA and LLAMA_CUDA_FORCE_MMQ flag (#8115) 2024-06-26 08:29:28 +02:00
Remote-Link.cmd
requirements.txt Merge branch 'upstream' into concedo_experimental 2024-05-19 17:55:20 +08:00
rwkv_vocab.embd
rwkv_world_vocab.embd
sgemm.cpp ggml : remove ggml_task_type and GGML_PERF (#8017) 2024-06-24 03:07:59 +02:00
sgemm.h ggml : remove ggml_task_type and GGML_PERF (#8017) 2024-06-24 03:07:59 +02:00
simpleclinfo.cpp
taesd.embd vae test 2024-05-14 19:17:01 +08:00
taesd_xl.embd taesd for sdxl, add lora loading done 2024-05-14 23:02:56 +08:00
unicode-data.cpp tokenizer : BPE fixes (#7530) 2024-06-18 18:40:52 +02:00
unicode-data.h Unicode codepoint flags for custom regexs (#7245) 2024-05-18 01:09:13 +02:00
unicode.cpp llama : implement Unigram tokenizer needed by T5 and FLAN-T5 model families (#5763) 2024-06-25 21:14:35 +02:00
unicode.h llama : implement Unigram tokenizer needed by T5 and FLAN-T5 model families (#5763) 2024-06-25 21:14:35 +02:00
vcruntime140.dll
vcruntime140_1.dll
vulkan-1.dll Merge branch 'vulkan_test' into concedo_experimental 2024-01-25 23:01:44 +08:00
winclinfo.exe

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 KoboldAI and KoboldAI Lite have to offer.

Preview Preview Preview Preview

Windows Usage

  • Download the latest .exe release here or clone the git repo.
  • Windows binaries are provided in the form of koboldcpp.exe, which is a pyinstaller wrapper for a few .dll files and koboldcpp.py. You can also rebuild it yourself with the provided makefiles and scripts.
  • Weights are not included, you can use the official llama.cpp quantize.exe to generate them from your official weight files (or download them from other places such as TheBloke's Huggingface.
  • To run, simply execute koboldcpp.exe.
  • Launching with no command line arguments displays a GUI containing a subset of configurable settings. Generally you dont have to change much besides the Presets and GPU Layers. Read the --help for more info about each settings.
  • By default, you can connect to http://localhost:5001
  • You can also run it using the command line. For info, please check koboldcpp.exe --help

Improving Performance

  • (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 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.

Run on Colab

  • KoboldCpp now has an official Colab GPU Notebook! This is an easy way to get started without installing anything in a minute or two. Try it here!.
  • Note that KoboldCpp is not responsible for your usage of this Colab Notebook, you should ensure that your own usage complies with Google Colab's terms of use.

OSX and Linux

On Linux, we provide a koboldcpp-linux-x64-cuda1150 PyInstaller prebuilt binary on the releases page for modern systems. Simply download and run the binary.

Alternatively, you can also install koboldcpp to the current directory by running the following terminal command:

curl -fLo koboldcpp https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp-linux-x64-cuda1150 && chmod +x koboldcpp

After running this command you can launch Koboldcpp from the current directory using ./koboldcpp in the terminal (for CLI usage, run with --help).

Linux Usage (koboldcpp.sh automated compiler script)

when you can't use the precompiled binary directly, we provide an automated build script which uses conda to obtain all dependencies, and generates (from source) a ready-to-use a pyinstaller binary for linux users. Simply execute the build script with ./koboldcpp.sh dist and run the generated binary. (Not recomended for systems that already have an existing installation of conda. Dependencies: curl, bzip2)

./koboldcpp.sh # This launches the GUI for easy configuration and launching (X11 required).
./koboldcpp.sh --help # List all available terminal commands for using Koboldcpp, you can use koboldcpp.sh the same way as our python script and binaries.
./koboldcpp.sh rebuild # Automatically generates a new conda runtime and compiles a fresh copy of the libraries. Do this after updating Koboldcpp to keep everything functional.
./koboldcpp.sh dist # Generate your own precompiled binary (Due to the nature of Linux compiling these will only work on distributions equal or newer than your own.)

OSX and Linux Manual Compiling

  • Otherwise, you will have to compile your binaries from source. A makefile is provided, simply run make.

  • If you want you can also link your own install of OpenBLAS manually with make LLAMA_OPENBLAS=1

  • If you want you can also link your own install of CLBlast manually with make LLAMA_CLBLAST=1, for this you will need to obtain and link OpenCL and CLBlast libraries.

    • For Arch Linux: Install cblas openblas and clblast.
    • For Debian: Install libclblast-dev and libopenblas-dev.
  • You can attempt a CuBLAS build with LLAMA_CUBLAS=1. You will need CUDA Toolkit installed. Some have also reported success with the CMake file, though that is more for windows.

  • For a full featured build (all backends), do make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1 LLAMA_VULKAN=1. (Note that LLAMA_CUBLAS=1 will not work on windows, you need visual studio)

  • After all binaries are built, you can run the python script with the command koboldcpp.py [ggml_model.bin] [port]

  • Note: Many OSX users have found that the using Accelerate is actually faster than OpenBLAS. To try, you may wish to run with --noblas and compare speeds.

Arch Linux Packages

There are some community made AUR packages available: CUBLAS, and HIPBLAS. They are intended for users with NVIDIA GPUs, and users with a supported AMD GPU. Note that these packages may be outdated, and it's probably better to use official KoboldCpp binaries.

Compiling on Windows

  • You're encouraged to use the .exe released, but if you want to compile your binaries from source at Windows, the easiest way is:
    • Use the latest release of w64devkit (https://github.com/skeeto/w64devkit). Be sure to use the "vanilla one", not i686 or other different stuff. If you try they will conflit with the precompiled libs!
    • Make sure you are using the w64devkit integrated terminal, then run 'make' at the KoboldCpp source folder. This will create the .dll files.
    • If you want to generate the .exe file, make sure you have the python module PyInstaller installed with pip ('pip install PyInstaller').
    • Run the script make_pyinstaller.bat at a regular terminal (or Windows Explorer).
    • The koboldcpp.exe file will be at your dist folder.
  • If you wish to use your own version of the additional Windows libraries (OpenCL, CLBlast and OpenBLAS), you can do it with:
    • OpenCL - tested with https://github.com/KhronosGroup/OpenCL-SDK . If you wish to compile it, follow the repository instructions. You will need vcpkg.
    • CLBlast - tested with https://github.com/CNugteren/CLBlast . If you wish to compile it you will need to reference the OpenCL files. It will only generate the ".lib" file if you compile using MSVC.
    • OpenBLAS - tested with https://github.com/xianyi/OpenBLAS .
    • Move the respectives .lib files to the /lib folder of your project, overwriting the older files.
    • Also, replace the existing versions of the corresponding .dll files located in the project directory root (e.g. libopenblas.dll).
    • You can attempt a CuBLAS build with using the provided CMake file with visual studio. If you use the CMake file to build, copy the koboldcpp_cublas.dll generated into the same directory as the koboldcpp.py file. If you are bundling executables, you may need to include CUDA dynamic libraries (such as cublasLt64_11.dll and cublas64_11.dll) in order for the executable to work correctly on a different PC.
    • Make the KoboldCPP project using the instructions above.

Compiling on Android (Termux Installation)

  • Install and run Termux from F-Droid
  • Enter the command termux-change-repo and choose Mirror by BFSU
  • Install dependencies with pkg install wget git python (plus any other missing packages)
  • Install dependencies apt install openssl (if needed)
  • Clone the repo git clone https://github.com/LostRuins/koboldcpp.git
  • Navigate to the koboldcpp folder cd koboldcpp
  • Build the project make
  • Grab a small GGUF model, such as wget https://huggingface.co/concedo/KobbleTinyV2-1.1B-GGUF/resolve/main/KobbleTiny-Q4_K.gguf
  • Start the python server python koboldcpp.py --model KobbleTiny-Q4_K.gguf
  • Connect to http://localhost:5001 on your mobile browser
  • If you encounter any errors, make sure your packages are up-to-date with pkg up
  • GPU acceleration for Termux may be possible but I have not explored it. If you find a good cross-device solution, do share or PR it.

AMD

Docker

Questions and Help

  • First, please check out The KoboldCpp FAQ and Knowledgebase which may already have answers to your questions! Also please search through past issues and discussions.
  • If you cannot find an answer, open an issue on this github, or find us on the KoboldAI Discord.

Considerations

  • For Windows: No installation, single file executable, (It Just Works)
  • Since v1.0.6, requires libopenblas, the prebuilt windows binaries are included in this repo. If not found, it will fall back to a mode without BLAS.
  • Since v1.15, requires CLBlast if enabled, the prebuilt windows binaries are included in this repo. If not found, it will fall back to a mode without CLBlast.
  • Since v1.33, you can set the context size to be above what the model supports officially. It does increases perplexity but should still work well below 4096 even on untuned models. (For GPT-NeoX, GPT-J, and LLAMA models) Customize this with --ropeconfig.
  • Since v1.42, supports GGUF models for LLAMA and Falcon
  • Since v1.55, lcuda paths on Linux are hardcoded and may require manual changes to the makefile if you do not use koboldcpp.sh for the compilation.
  • Since v1.60, provides native image generation with StableDiffusion.cpp, you can load any SD1.5 or SDXL .safetensors model and it will provide an A1111 compatible API to use.
  • I plan to keep backwards compatibility with ALL past llama.cpp AND alpaca.cpp models. But you are also encouraged to reconvert/update your models if possible for best results.

License

  • The original GGML library and llama.cpp by ggerganov are licensed under the MIT 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

  • Generation delay scales linearly with original prompt length. If OpenBLAS is enabled then prompt ingestion becomes about 2-3x faster. This is automatic on windows, but will require linking on OSX and Linux. CLBlast speeds this up even further, and --gpulayers + --useclblast or --usecublas more so.
  • I have heard of someone claiming a false AV positive report. The exe is a simple pyinstaller bundle that includes the necessary python scripts and dlls to run. If this still concerns you, you might wish to rebuild everything from source code using the makefile, and you can rebuild the exe yourself with pyinstaller by using make_pyinstaller.bat
  • API documentation available at /api and https://lite.koboldai.net/koboldcpp_api
  • Supported GGML models (Includes backward compatibility for older versions/legacy GGML models, though some newer features might be unavailable):
    • All up-to-date GGUF models are supported (Mistral/Mixtral/QWEN/Gemma and more)
    • LLAMA and LLAMA2 (LLaMA / Alpaca / GPT4All / Vicuna / Koala / Pygmalion 7B / Metharme 7B / WizardLM and many more)
    • GPT-2 / Cerebras
    • GPT-J
    • RWKV
    • GPT-NeoX / Pythia / StableLM / Dolly / RedPajama
    • MPT models
    • Falcon (GGUF only)
    • Stable Diffusion and SDXL models