Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yukang2017 authored Dec 23, 2024
1 parent 394b4c6 commit 2cc4333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llava/eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
__all__ = ["EVAL_ROOT", "TASKS"]


EVAL_ROOT = "scripts/v1_5/eval"
EVAL_ROOT = "scripts/eval"
TASKS = io.load(os.path.join(os.path.dirname(__file__), "registry.yaml"))

0 comments on commit 2cc4333

Please sign in to comment.