Where is auto_annotations/annotators/annotator_pool_v0/configs.yaml ?
HaSai666 opened this issue · 1 comments
HaSai666 commented

I'm encountering a problem while initializing PairwiseAutoAnnotator. It requires the alpaca_farm/auto_annotations/annotators/annotator_pool_v0/configs.yaml configuration file, which seems to be missing from the expected path. I have updated to the latest GitHub repository, but I still can't find this configuration file even in the updated repository. Could you advise me on how to resolve this?
lxuechen commented
This will be fixed in a future release of the standalone evaluation package. For now, please install in dev mode to avoid this issue with pip install -e .
in the repo root.