Skip to content

Commit 80b7beb

Browse files
committed
spell
1 parent 222ebb7 commit 80b7beb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/export_qwen25_vl_visual.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def forward(self, pixel_values, image_grid_thw):
255255
print(f"-- dump inputs into {input_filename!r}")
256256
torch.save(data, input_filename)
257257
else:
258-
raise NotImplementedError(f"part={part!r} not implemnted yet")
258+
raise NotImplementedError(f"part={part!r} not implemented yet")
259259

260260
print(f"-- export_inputs={string_type(export_inputs, with_shape=True, with_device=True)}")
261261
print(f"-- other_inputs={string_type(other_inputs, with_shape=True, with_device=True)}")
@@ -550,7 +550,7 @@ def get_parser() -> ArgumentParser:
550550
"-x",
551551
"--existing-onnx",
552552
default="",
553-
help="If an onnx file exists, only measures the disrepancies.",
553+
help="If an onnx file exists, only measures the discrepancies.",
554554
)
555555
parser.add_argument(
556556
"-p",

0 commit comments

Comments
 (0)