update readme

This commit is contained in:
LinZhuoChen
2026-04-20 14:45:04 +08:00
parent e119017358
commit 24f455b026
2 changed files with 7 additions and 8 deletions

View File

@@ -269,7 +269,6 @@ def main():
parser.add_argument(
"--offload_to_cpu",
action=argparse.BooleanOptionalAction,
default=True,
help="Offload per-frame predictions to CPU during inference to cut GPU peak memory. "
"Use --no-offload_to_cpu to keep outputs on GPU.",
)