We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b07245 commit 33cd95dCopy full SHA for 33cd95d
lightllm/server/api_cli.py
@@ -533,7 +533,7 @@ def make_argument_parser() -> argparse.ArgumentParser:
533
parser.add_argument(
534
"--cpu_cache_token_page_size",
535
type=int,
536
- default=64,
+ default=256,
537
help="""The token page size of cpu cache""",
538
)
539
parser.add_argument("--enable_disk_cache", action="store_true", help="""enable disk cache to store kv cache.""")
0 commit comments