Skip to content

Commit 107b353

Browse files
Define model_path
1 parent b01af27 commit 107b353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/llava/qwen2_vl_surgery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def main(args):
8989
raise ValueError()
9090

9191
local_model = False
92+
model_path = ""
9293
model_name = args.model_name
9394
print("model_name: ", model_name)
9495
qwen2vl = Qwen2VLForConditionalGeneration.from_pretrained(

0 commit comments

Comments
 (0)