mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
reinstated the reusable buffers -> approx 10% speedup for prompt processing
This commit is contained in:
parent
811989c2ad
commit
cd6c121357
2 changed files with 73 additions and 26 deletions
|
@ -139,7 +139,7 @@ maxctx = 2048
|
|||
maxlen = 128
|
||||
modelbusy = False
|
||||
defaultport = 5001
|
||||
KcppVersion = "1.11"
|
||||
KcppVersion = "1.12"
|
||||
|
||||
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
|
||||
sys_version = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue