diff --git a/vlmeval/dataset/utils/judge_util.py b/vlmeval/dataset/utils/judge_util.py index 953d2b65a..802c5d892 100644 --- a/vlmeval/dataset/utils/judge_util.py +++ b/vlmeval/dataset/utils/judge_util.py @@ -49,5 +49,5 @@ def build_judge(**kwargs): code, answer, resp = model.generate_inner(msgs) print(code, answer, resp) ``` -You cam see the specific error if the API call fails. +You can see the specific error if the API call fails. """