Skip to content

Commit 8c2233a

Browse files
authored
rm trailing space
1 parent 107b353 commit 8c2233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/qwen2_vl_surgery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def main(args):
145145

146146
if local_model:
147147
processor: Qwen2VLProcessor = AutoProcessor.from_pretrained(model_path)
148-
else:
148+
else:
149149
processor: Qwen2VLProcessor = AutoProcessor.from_pretrained(model_name)
150150
fout.add_array("clip.vision.image_mean", processor.image_processor.image_mean) # type: ignore[reportAttributeAccessIssue]
151151
fout.add_array("clip.vision.image_std", processor.image_processor.image_std) # type: ignore[reportAttributeAccessIssue]

0 commit comments

Comments
 (0)