From be86ebcb4b34a428e58254b18aeb90fd933e2424 Mon Sep 17 00:00:00 2001 From: xuxuxuxuxuxjh <1073311322@qq.com> Date: Fri, 25 Apr 2025 14:50:45 +0800 Subject: [PATCH] PubMedQA & ScienceQA --- run.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run.py b/run.py index e69de29b..491fbf7c 100644 --- a/run.py +++ b/run.py @@ -0,0 +1,4 @@ +from opencompass.cli.main import main + +if __name__ == '__main__': + main()