We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01af27 commit 107b353Copy full SHA for 107b353
examples/llava/qwen2_vl_surgery.py
@@ -89,6 +89,7 @@ def main(args):
89
raise ValueError()
90
91
local_model = False
92
+ model_path = ""
93
model_name = args.model_name
94
print("model_name: ", model_name)
95
qwen2vl = Qwen2VLForConditionalGeneration.from_pretrained(
0 commit comments