Skip to content

Commit

Permalink
Update misc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick authored Mar 28, 2024
1 parent 6a708f9 commit 3b05506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlmeval/evaluate/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
INTERNAL = os.environ.get('INTERNAL', 0)
LOCAL_LLM = os.environ.get('LOCAL_LLM', None)


def build_judge(version, **kwargs):
load_env()
if LOCAL_LLM is None:
Expand Down

0 comments on commit 3b05506

Please sign in to comment.