[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-06-26 03:19:59 +00:00
commit 141cb3ae10
7 changed files with 133 additions and 42 deletions

View file

@ -448,7 +448,7 @@ def _build_parser() -> argparse.ArgumentParser:
default = None,
choices = ["off", "default", "max"],
help = "speed profile: off is bit-identical; default adds compile + "
"cudnn.benchmark (near-lossless); max also adds TF32 + fused QKV",
"cudnn.benchmark (near-lossless); max also adds TF32 + fused QKV",
)
p.add_argument(
"--text-encoder-quant",