mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 11:40:43 +00:00
server: rename --clear-idle to --cache-idle-slots (#21741)
This commit is contained in:
parent
e365e658f0
commit
9d49acb2a7
6 changed files with 16 additions and 16 deletions
|
|
@ -91,7 +91,7 @@ def test_clear_and_restore():
|
|||
|
||||
def test_disabled_with_flag():
|
||||
global server
|
||||
server.no_clear_idle = True
|
||||
server.no_cache_idle_slots = True
|
||||
server.start()
|
||||
log = LogReader(server.log_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue