Skip to content

Commit 33cd95d

Browse files
author
wangzaijun
committed
fix
1 parent 7b07245 commit 33cd95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/server/api_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def make_argument_parser() -> argparse.ArgumentParser:
533533
parser.add_argument(
534534
"--cpu_cache_token_page_size",
535535
type=int,
536-
default=64,
536+
default=256,
537537
help="""The token page size of cpu cache""",
538538
)
539539
parser.add_argument("--enable_disk_cache", action="store_true", help="""enable disk cache to store kv cache.""")

0 commit comments

Comments
 (0)