No module named 'utils.data_utils'
While running:
python lolrl_qlora_llama_hh.py --sampling_strategy good_priority
logs with error msg like below:
[2024-03-19 18:59:01,658] [INFO] [real_accelerator.py:133:get_accelerator] Setting ds_accelerator to cuda (auto detect)
Traceback (most recent call last):
File "path/to/LoL-RL/lolrl_qlora_llama_hh.py", line 28, in
The project doesn't seem to have a function named get_all_thresholds_for_metric. Do you know how to fix it?
Hey @popoala , Thank you for bringing this issue to notice. That part of the code is from another project and is not required for running LoL-RL. I updated the repo. Please let me know if you still find more issues running the code. I will fix it as soon as possible.