Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I keep getting `No module named 'ldm'` after I run `python scripts/dream.py --full_precision`. I've confirmed 'ldm' is activate in conda. Any idea?


I get the same thing too!


Try to put `sys.path.insert(0, os.getcwd())` after `import sys` in dream.py.

That fixed it for me.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: