Skip to content

Commit

Permalink
fix air-bench evaluation bug: AIRBenchEvalArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhainebula committed Nov 22, 2024
1 parent 90ac133 commit 196a53b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FlagEmbedding/evaluation/air_bench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from .arguments import AIRBenchEvalModelArgs, AIRBenchEvalArgs
from air_benchmark import EvalArgs as AIRBenchEvalArgs

from .arguments import AIRBenchEvalModelArgs
from .runner import AIRBenchEvalRunner

__all__ = [
Expand Down

0 comments on commit 196a53b

Please sign in to comment.