mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
fixed compile issue, trying out 8bit pcm
This commit is contained in:
parent
a6c0a224b2
commit
2e713cfff5
5 changed files with 117 additions and 43 deletions
|
|
@ -9074,7 +9074,7 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
|
|||
print(f"Flags: {benchflagstr}")
|
||||
print(f"Timestamp: {datetimestamp}")
|
||||
print(f"Backend: {libname}")
|
||||
print(f"Layers: {args.gpulayers}")
|
||||
print(f"Layers: {args.gpulayers if not args.autofit else 'Autofit'}")
|
||||
print(f"Model: {benchmodel}")
|
||||
print(f"MaxCtx: {benchmaxctx}")
|
||||
print(f"GenAmount: {benchlen}\n-----")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue