huggingface/evaluate

`list_evaluation_modules` returns empty list

MohamedAliRashad opened this issue · 2 comments

For some reason when i run this:

print(evaluate.list_evaluation_modules(include_community=False))

I get an empty list.

evaluate==0.4.2

I also face this problem

are you able to import the evaluate library on google colab on TPU? For some reason my runtime crashes everytime i try to import it, I tried it on a clean notebook and with other libraries and its the same issue. I'm wondering if there's many bugs with the evaluate library itself