HazyResearch / domino

Apache License 2.0
134 stars 24 forks source link

Not able to import modules #1

Closed sasha-scale closed 2 years ago

sasha-scale commented 2 years ago

I'm trying to run through the demo notebook: https://colab.research.google.com/github/HazyResearch/domino/blob/main/examples/01_intro.ipynb#scrollTo=v6FoBKhOtcHm

I am not able to import from domino import embed I believe due to the directory structure of the repo. When I clone the repo locally I am able to do from domino.domino import embed

seyuboglu commented 2 years ago

Looks like the version on PyPI was out of date. I just updated it and confirmed that the notebook runs end to end on my side. Let me know if you're still unable to run it