Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlagEmbedding/evaluation/air_bench/arguments.py 导入错误from air_benchmark import EvalArgs as AIRBenchEvalArgs #1332

Open
Marverlises opened this issue Jan 13, 2025 · 3 comments

Comments

@Marverlises
Copy link

Traceback (most recent call last):
File "/root/autodl-tmp/FlagEmbedding/quickstart.py", line 6, in
from FlagEmbedding import FlagAutoModel
File "/root/autodl-tmp/FlagEmbedding/FlagEmbedding/init.py", line 2, in
from .evaluation import *
File "/root/autodl-tmp/FlagEmbedding/FlagEmbedding/evaluation/init.py", line 1, in
from .air_bench import AIRBenchEvalModelArgs, AIRBenchEvalArgs, AIRBenchEvalRunner
File "/root/autodl-tmp/FlagEmbedding/FlagEmbedding/evaluation/air_bench/init.py", line 1, in
from .arguments import AIRBenchEvalModelArgs
File "/root/autodl-tmp/FlagEmbedding/FlagEmbedding/evaluation/air_bench/arguments.py", line 3, in
from air_benchmark import EvalArgs as AIRBenchEvalArgs
ModuleNotFoundError: No module named 'air_benchmark'

@liulizuel
Copy link

I encountered the same problem.

@zqma
Copy link

zqma commented Jan 17, 2025

same here. please help!

@hanhainebula hanhainebula mentioned this issue Jan 18, 2025
@hanhainebula
Copy link
Collaborator

Hello, thanks for pointing out this issue! Now this issue has been fixed in #1340. The air-benchmark is necessary only when you need to perform evaluation on AIR-Bench.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants