Skip to content

Commit

Permalink
Update eval_video_qa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Efficient-Large-Language-Model authored May 9, 2024
1 parent 8bd8812 commit 3f9166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llava/eval/video/eval_video_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def parse_args():
parser.add_argument("--output_dir", default=r'', help="The path to save annotation json files.")
parser.add_argument("--output_json", default=r'', help="The path to save annotation final combined json file.")
parser.add_argument("--num_tasks", default=1, type=int, help="Number of splits.")
parser.add_argument("--gpt_model", default="gpt-4-0125-preview", help="The path to save annotation final combined json file.")
parser.add_argument("--gpt_model", default="gpt-3.5-turbo", help="The path to save annotation final combined json file.")
args = parser.parse_args()
return args

Expand Down

0 comments on commit 3f9166d

Please sign in to comment.