Yiwei98 / TDG

21 stars 1 forks source link

peft8 in distill_NCE.py #2

Open hedy881028 opened 8 months ago

hedy881028 commented 8 months ago

Description

ModuleNotFoundError: No module named 'peft8'

To Reproduce

When I executed bash run_NCE.sh, it said that ModuleNotFoundError: No module named 'peft8'. I checked distill_NCE.py, and found that there were two modules, peft and peft8, respectively. I think that peft is actually code/peft_NAT now, but I can't figure out what peft8 is.

Looking forward to your reply. Thank you.

Yiwei98 commented 6 months ago

Thanks for pointing out this issue. Actually peft is the official package and peft8 should be code/peft_NAT. Sorry for that and we have modified it.