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
launch OpenICLInfer[qwen2.5-1.5B-instruct/schedule_extraction] on CPU
0%| | 0/1 [00:00<?, ?it/s]11/29 14:19:04 - OpenCompass - ERROR - /home/caesar/codes/opencompass/opencompass/runners/local.py - _launch - 236 - task OpenICLInfer[qwen2.5-1.5B-instruct/schedule_extraction] fail, see
outputs/all/20241129_141900/logs/infer/qwen2.5-1.5B-instruct/schedule_extraction.out
100%| 1/1 [00:04<00:00, 4.80s/it]
11/29 14:19:04 - OpenCompass - ERROR - /home/caesar/codes/opencompass/opencompass/runners/base.py - summarize - 64 - OpenICLInfer[qwen2.5-1.5B-instruct/schedule_extraction] failed with code 1
11/29 14:19:04 - OpenCompass - INFO - Partitioned into 1 tasks.
output输出:
11/29 15:08:35 - OpenCompass - INFO - Task [qwen2.5-1.5B-instruct/schedule_extraction]
WARNING 11-29 15:08:37 _custom_ops.py:19] Failed to import from vllm._C with ImportError('libcuda.so.1: cannot open shared object file: No such file or directory')
11/29 15:08:40 - OpenCompass - INFO - using stop words: ['<|endoftext|>', '<|im_start|>', '<|im_end|>']
Traceback (most recent call last):
File "/home/caesar/codes/opencompass/opencompass/tasks/openicl_infer.py", line 161, in <module>
inferencer.run()
File "/home/caesar/codes/opencompass/opencompass/tasks/openicl_infer.py", line 79, in run
self.dataset = build_dataset_from_cfg(self.dataset_cfg)
File "/home/caesar/miniconda3/envs/opencompass/lib/python3.10/site-packages/opencompass/utils/build.py", line 13, in build_dataset_from_cfg
return LOAD_DATASET.build(dataset_cfg)
File "/home/caesar/miniconda3/envs/opencompass/lib/python3.10/site-packages/mmengine/registry/registry.py", line 570, in build
return self.build_func(cfg, *args, **kwargs, registry=self)
File "/home/caesar/miniconda3/envs/opencompass/lib/python3.10/site-packages/mmengine/registry/build_functions.py", line 100, in build_from_cfg
raise KeyError(
KeyError: 'opencompass.datasets.mymodel.mymodel.MyDataset is not in the opencompass::load_dataset registry. Please check whether the value of `opencompass.datasets.mymodel.mymodel.MyDataset` is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'
Prerequisite
Type
I'm evaluating with the officially supported tasks/models/datasets.
Environment
Reproduces the problem - code/configuration sample
执行的配置代码
Reproduces the problem - command or script
Reproduces the problem - error message
标准输出:
output输出:
Other information
在main函数中打印LOAD_DATASET 是一直有MYDATASET的;但是运行报错代码的时候 LOAD_DATASET里就没有MYDATASET
了,但是main打印的在执行task前后都是有的,不知道是不是多线程导致的
The text was updated successfully, but these errors were encountered: