Find a file
2023-07-20 14:41:06 +08:00
.devops docker : add '--server' option (#2174) 2023-07-11 19:12:35 +03:00
.github mpi : add support for distributed inference via MPI (#2099) 2023-07-10 18:49:56 +03:00
ci ci : integrate with ggml-org/ci (#2250) 2023-07-18 14:24:43 +03:00
docs Merge branch 'master' into concedo_experimental 2023-06-06 23:12:01 +08:00
examples Merge remote-tracking branch 'origin/master' into concedo_experimental 2023-07-19 18:28:29 +08:00
include upgraded clblast 2023-05-25 10:18:12 +08:00
lib upgraded clblast 2023-05-25 10:18:12 +08:00
media cleaning up some old junk 2023-06-04 11:05:46 +08:00
otherarch Reworking rope WIP 2023-07-19 00:54:41 +08:00
spm-headers Merge branch 'master' into concedo_experimental 2023-06-16 16:37:14 +08:00
.editorconfig do not force the prompt file to end with a new line (#908) 2023-04-13 11:33:16 +02:00
.flake8 hooks : setting up flake8 and pre-commit hooks (#1681) 2023-06-17 13:32:48 +03:00
.gitignore Reworking rope WIP 2023-07-19 00:54:41 +08:00
.pre-commit-config.yaml hooks : setting up flake8 and pre-commit hooks (#1681) 2023-06-17 13:32:48 +03:00
build-info.h fixed some build errors on linux, changed icon resolution, added more error printing 2023-05-22 12:18:42 +08:00
clblast.dll upgraded clblast 2023-05-25 10:18:12 +08:00
CMakeLists.txt flake : update flake.nix (#2270) 2023-07-19 10:01:55 +03:00
convert-lora-to-ggml.py cmake : install targets (#2256) 2023-07-19 10:01:11 +03:00
convert-pth-to-ggml.py Docker: change to calling convert.py (#1641) 2023-06-03 15:11:53 +03:00
convert.py cmake : install targets (#2256) 2023-07-19 10:01:11 +03:00
cudart64_110.dll updated runtimes to henky version 2023-07-18 18:48:54 +08:00
export_state_dict_checkpoint.py added HF converter base 2023-03-31 19:10:21 +08:00
expose.cpp added token count, updated lite 2023-07-20 14:41:06 +08:00
expose.h added token count, updated lite 2023-07-20 14:41:06 +08:00
ggml-cuda.cu modified rope for cuda 2023-07-19 14:16:27 +08:00
ggml-cuda.h Better CUDA synchronization logic (#2057) 2023-07-01 21:49:44 +02:00
ggml-metal.h ggml : change ggml_graph_compute() API to not require context (#1999) 2023-07-07 19:24:01 +03:00
ggml-metal.m llama : add custom RoPE (#2054) 2023-07-15 13:34:16 +03:00
ggml-metal.metal llama : add custom RoPE (#2054) 2023-07-15 13:34:16 +03:00
ggml-mpi.c ggml : remove src0 and src1 from ggml_tensor and rename opt to src (#2178) 2023-07-11 19:31:10 +03:00
ggml-mpi.h mpi : add support for distributed inference via MPI (#2099) 2023-07-10 18:49:56 +03:00
ggml-opencl.cpp Merge branch 'master' into concedo_experimental 2023-07-07 14:15:39 +08:00
ggml-opencl.h Merge branch 'master' into concedo_experimental 2023-06-12 21:53:13 +08:00
ggml.c auto rope scale adjustments, added sched yield fix for apple, adjust warning for mirostat 2023-07-19 16:44:44 +08:00
ggml.h Reworking rope WIP 2023-07-19 00:54:41 +08:00
gpttype_adapter.cpp added token count, updated lite 2023-07-20 14:41:06 +08:00
k_quants.c k-quants : fix indentation 2023-06-26 20:10:52 +03:00
k_quants.h ggml : fix static_assert with older compilers #2024 (#2218) 2023-07-14 21:55:56 +03:00
klite.embd added token count, updated lite 2023-07-20 14:41:06 +08:00
koboldcpp.py added token count, updated lite 2023-07-20 14:41:06 +08:00
libopenblas.dll integrated libopenblas for greatly accelerated prompt processing. Windows binaries are included - feel free to build your own or to build for other platforms, but that is beyond the scope of this repo. Will fall back to non-blas if libopenblas is removed. 2023-03-30 00:43:52 +08:00
LICENSE.md update license, added backwards compatibility with both ggml model formats, fixed context length issues. 2023-03-20 23:43:35 +08:00
llama-util.h Merge commit 'a6803cab94' into concedo_experimental 2023-07-18 19:12:06 +08:00
llama.cpp Merge remote-tracking branch 'origin/master' into concedo_experimental 2023-07-19 18:28:29 +08:00
llama.h llama : extend API to get max devices at runtime (#2253) 2023-07-19 10:06:40 +03:00
make_old_pyinstaller.bat make it work with pyinstaller 2023-07-07 17:52:34 +08:00
make_old_pyinstaller_cuda.bat make it work with pyinstaller 2023-07-07 17:52:34 +08:00
make_pyinstaller.bat make it work with pyinstaller 2023-07-07 17:52:34 +08:00
make_pyinstaller.sh make it work with pyinstaller 2023-07-07 17:52:34 +08:00
Makefile reenabled sched_yield, reduced sampler warning msg to once per session 2023-07-18 20:26:18 +08:00
MIT_LICENSE_GGML_LLAMACPP_ONLY rebrand to koboldcpp 2023-04-03 10:35:18 +08:00
model_adapter.cpp fixing memory bugs 2023-06-23 18:41:23 +08:00
model_adapter.h added extra endpoints for abort gen and polled streaming 2023-06-10 18:13:26 +08:00
msvcp140.dll updated runtimes to henky version 2023-07-18 18:48:54 +08:00
niko.ico fixed some build errors on linux, changed icon resolution, added more error printing 2023-05-22 12:18:42 +08:00
nikogreen.ico wip on unified cublas integration, add all the small libraries but exclude the large ones 2023-06-29 18:35:31 +08:00
Package.swift swift : Package compile breaks due to ggml-metal.metal (#1831) 2023-06-15 20:47:04 +03:00
README.md Merge remote-tracking branch 'origin/master' into concedo_experimental 2023-07-19 18:28:29 +08:00
Remote-Link.cmd various debug logging improvements 2023-06-18 15:24:58 +08:00
requirements.txt py : bump sentencepiece to 0.1.98 to support Python 3.11 (#976) 2023-04-14 19:46:49 +00:00
rwkv_vocab.embd updated kobold lite, work on rwkv, added exe path to model load params, added launch parameter 2023-04-18 17:36:44 +08:00
rwkv_world_vocab.embd integrated world tokenizer for RWKV 2023-06-13 20:06:19 +08:00
vcruntime140.dll updated runtimes to henky version 2023-07-18 18:48:54 +08:00
vcruntime140_1.dll updated runtimes to henky version 2023-07-18 18:48:54 +08:00

koboldcpp

A self contained distributable from Concedo that exposes llama.cpp function bindings, allowing it to be used via a simulated Kobold API endpoint.

What does it mean? You get llama.cpp with a fancy UI, persistent stories, editing tools, save formats, memory, world info, author's note, characters, scenarios and everything Kobold and Kobold Lite have to offer. In a tiny package around 20 MB in size, excluding model weights.

Preview

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. If you feel concerned, you may prefer to 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, execute koboldcpp.exe or drag and drop your quantized ggml_model.bin file onto the .exe, and then connect with Kobold or Kobold Lite. If you're not on windows, then run the script KoboldCpp.py after compiling the libraries.
  • 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 koboldcpp.exe [ggml_model.bin] [port]. For info, please check koboldcpp.exe --help
  • Default context size to small? Try --contextsize 3072 to 1.5x 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).
  • Big context too slow? Try the --smartcontext flag to reduce prompt processing frequency. Also, you can try to run with your GPU using CLBlast, with --useclblast flag for a speedup
  • Want even more speedup? Combine --useclblast 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.
  • 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.

OSX and Linux

  • 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
  • Alternatively, 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.
  • For a full featured build, do make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1
  • 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.

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).
    • Make the KoboldCPP project using the instructions above.

Android (Termux) Alternative method

CuBLAS?

  • 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.
  • You can attempt a CuBLAS build with LLAMA_CUBLAS=1 or using the provided CMake file (best for visual studio users). 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. Note that support for CuBLAS is limited.

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.
  • 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, Kobold 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 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
  • Supported GGML models:
    • LLAMA (All versions including ggml, ggmf, ggjt v1,v2,v3, openllama, gpt4all). Supports CLBlast and OpenBLAS acceleration for all versions.
    • GPT-2 (All versions, including legacy f16, newer format + quanitzed, cerebras, starcoder) Supports CLBlast and OpenBLAS acceleration for newer formats, no GPU layer offload.
    • GPT-J (All versions including legacy f16, newer format + quantized, pyg.cpp, new pygmalion, janeway etc.) Supports CLBlast and OpenBLAS acceleration for newer formats, no GPU layer offload.
    • RWKV (all formats except Q4_1_O).
    • GPT-NeoX / Pythia / StableLM / Dolly / RedPajama
    • MPT models (ggjt v3)
    • Basically every single current and historical GGML format that has ever existed should be supported, except for bloomz.cpp due to lack of demand.