Skip to content

Commit f275e2e

Browse files
committed
Kv cache by default is false
1 parent 96d5798 commit f275e2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/models/llama/runner/native.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def build_args_parser() -> argparse.ArgumentParser:
104104
parser.add_argument(
105105
"-kv",
106106
"--kv_cache",
107-
default=True,
108107
action="store_true",
109108
)
110109

0 commit comments

Comments
 (0)