ITADN

[Bug] Emptying inference result cache?

#1980Closedstefanwebb 创建于 2025-09-23
bug
S
stefanwebbcommented
I'm encountering a weird bug with the following error: ``` ValueError: Number of final results (4126) does not match number of conversations to process (3329). ``` when I run: ``` oumi judge dataset \ --config truthfulness_with_ground_truth2.yaml \ --input completions-reformatted2.jsonl \ --output judgements2.jsonl ``` I think it is because the inference result cache has duplicate items from the input dataset, perhaps because I changed the inference config file after running it for ~800 items. Is there a way to flush the inference result cache and how is it detecting when to resume from previous results?
关闭于 2025-11-12 4 条评论