You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the eval code, it shows that: Traceback (most recent call last): File "/data/sx/gpt-quant/gpt-eval-opencompass/opencompass/opencompass/tasks/openicl_infer.py", line 7, in <module> from mmengine.config import Config, ConfigDict ModuleNotFoundError: No module named 'mmengine'
and I have installed mmengine==0.8.2, but it still shows this error, can you share the env for eval?
Hi,
When I use the eval code, it shows that:
Traceback (most recent call last): File "/data/sx/gpt-quant/gpt-eval-opencompass/opencompass/opencompass/tasks/openicl_infer.py", line 7, in <module> from mmengine.config import Config, ConfigDict ModuleNotFoundError: No module named 'mmengine'
and I have installed mmengine==0.8.2, but it still shows this error, can you share the env for eval?
Thanks
Originally posted by @shawnricecake in #63 (comment)
The text was updated successfully, but these errors were encountered: