Skip to content
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

Open
kratosok opened this issue Aug 30, 2022 · 4 comments
Open

Trying the GODEL Demo #22

kratosok opened this issue Aug 30, 2022 · 4 comments

Comments

@kratosok
Copy link

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

@digital-soul18
Copy link

I have the same issue. Looking for a resolution

@fresejoerg
Copy link

Replacing DialoGLM with GODEL in the import statement got me past this error.

@Delcos
Copy link

Delcos commented Nov 5, 2022

Replacing DialoGLM with GODEL in the import statement got me past this error.

Doesnt work, just says cant find GODEL now.

@amrohendawi
Copy link

amrohendawi commented Nov 6, 2022

Replacing DialoGLM with GODEL in the import statement got me past this error.

Doesnt work, just says cant find GODEL now.

In general, you should tell python where GODEL is located, whether by:

  1. Setting python's working directory to the root folder of GODEL:

At GODEL root directory run:

export PYTHONPATH="`pwd`"
  1. Or the easier way: just copy all the files at GODEL\examples\dstc9 to the root directory of GODEL and then run the dstc9_server from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants