Skip to content

Commit

Permalink
Merge pull request #1256 from hanhainebula/master
Browse files Browse the repository at this point in the history
Fix air-bench eval bugs: AIRBenchEvalArgs
  • Loading branch information
hanhainebula authored Nov 22, 2024
2 parents 03d5ab0 + 7bd8ad0 commit eb2025f
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 eb2025f

Please sign in to comment.