koboldcpp-1.5 #48
Closed
LostRuins
announced in
Announcements
Replies: 1 comment 1 reply
-
Hello. I have a problem. After I run koboldcpp.exe the terminal window is launched and after 2 seconds it is minimized and I dont have time to do anything |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
koboldcpp-1.5
--noavx2
, but it will be slower.--useclblast [platform_id] [device_id]
To use, download and run the koboldcpp.exe, which is a one-file pyinstaller.
Alternatively, drag and drop a compatible ggml model on top of the .exe, or run it and manually select the model in the popup dialog.
and then once loaded, you can connect like this (or use the full koboldai client):
http://localhost:5001
For more information, be sure to run the program with the
--help
flag.Alternative Options:
Non-AVX2 version now included in the same .exe file, enable with
--noavx2
flagsIf you prefer, you can download the zip file, extract and run the python script e.g.
koboldcpp.py [ggml_model.bin]
manuallyThis discussion was created from the release koboldcpp-1.5.
Beta Was this translation helpful? Give feedback.
All reactions