-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying the GODEL Demo #22
Comments
I have the same issue. Looking for a resolution |
Replacing |
Doesnt work, just says cant find GODEL now. |
In general, you should tell python where
At GODEL root directory run: export PYTHONPATH="`pwd`"
|
In trying to run the demo, I'm running into an error I'm not sure how to resolve:
!python examples/dstc9/dstc9_server.py
Traceback (most recent call last):
File "examples/dstc9/dstc9_server.py", line 54, in
from DialoGLM.server import *
ModuleNotFoundError: No module named 'DialoGLM'
I found this project, but I'm not sure it's the right project or how to interconnect them:
https://github.com/microsoft/DialogLM
The text was updated successfully, but these errors were encountered: