2 modules are not found: `llama_attn_replace` and `supervised_fine_tune_rel_extraction`
bienchudc opened this issue · 1 comments
bienchudc commented
These 2 modules are imported in inference_rel_extraction_col_type.py
but your repo is not providing them. I also setup the environment following the instruction.
For llama_attn_replace
, I found it in LongLoRa repo But I have no idea for supervised_fine_tune_rel_extraction
.
zhangtianshu commented
Thanks for your correction! I have updated the repo and fixed the issues. Now you can find llama_attn_replace in the repo and "supervised_fine_tune_rel_extraction" should be "supervised_fine_tune".