/usr/local/lib/python3.12/dist-packages/torch/cuda/__init__.py:61: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you. import pynvml # type: ignore[import] 2026-02-23:15:46:46,807 INFO [__main__.py:279] Verbosity set to INFO 2026-02-23:15:46:46,807 INFO [__main__.py:303] Including path: /workspace/repos/speakleash-tasks/lm_eval/tasks 2026-02-23:15:46:46,834 INFO [__init__.py:491] `group` and `group_alias` keys in TaskConfigs are deprecated and will be removed in v0.4.5 of lm_eval. The new `tag` field will be used to allow for a shortcut to a group of tasks one does not wish to aggregate metrics across. `group`s which aggregate across subtasks must be only defined in a separate group config file, which will be the official way to create groups that support cross-task aggregation as in `mmlu`. Please see the v0.4.4 patch notes and our documentation: https://github.com/EleutherAI/lm-evaluation-harness/blob/main/docs/new_task_guide.md#advanced-group-configs for more information. 2026-02-23:15:46:50,576 INFO [__init__.py:491] `group` and `group_alias` keys in TaskConfigs are deprecated and will be removed in v0.4.5 of lm_eval. The new `tag` field will be used to allow for a shortcut to a group of tasks one does not wish to aggregate metrics across. `group`s which aggregate across subtasks must be only defined in a separate group config file, which will be the official way to create groups that support cross-task aggregation as in `mmlu`. Please see the v0.4.4 patch notes and our documentation: https://github.com/EleutherAI/lm-evaluation-harness/blob/main/docs/new_task_guide.md#advanced-group-configs for more information. 2026-02-23:15:46:52,400 ERROR [__main__.py:354] Tasks were not found: belebele_pol_Latn_multiple_choice, ppc_multiple_choice, psc_multiple_choice, cbd_multiple_choice, klej_ner_multiple_choice, polqa_reranking_multiple_choice, poquad_open_book_multiple_choice Try `lm-eval --tasks list` for list of available tasks Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/local/lib/python3.12/dist-packages/lm_eval/__main__.py", line 461, in cli_evaluate() File "/usr/local/lib/python3.12/dist-packages/lm_eval/__main__.py", line 358, in cli_evaluate raise ValueError( ValueError: Tasks not found: belebele_pol_Latn_multiple_choice, ppc_multiple_choice, psc_multiple_choice, cbd_multiple_choice, klej_ner_multiple_choice, polqa_reranking_multiple_choice, poquad_open_book_multiple_choice. Try `lm-eval --tasks {list_groups,list_subtasks,list_tags,list}` to list out all available names for task groupings; only (sub)tasks; tags; or all of the above, or pass '--verbosity DEBUG' to troubleshoot task registration issues.