Define model_path
This commit is contained in:
parent
b01af274c7
commit
107b3538d0
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ def main(args):
|
|||
raise ValueError()
|
||||
|
||||
local_model = False
|
||||
model_path = ""
|
||||
model_name = args.model_name
|
||||
print("model_name: ", model_name)
|
||||
qwen2vl = Qwen2VLForConditionalGeneration.from_pretrained(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue