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

Error when running GPT experimental : scallopy_ext not loaded correctly #23

Open
StarGazerM opened this issue Sep 3, 2024 · 0 comments

Comments

@StarGazerM
Copy link

Hi:

I installed scallopy_ext via make, and try to run the experiment code by following command:

cd experiments/big-bench/date-understanding/
python test_gpt_scallop.py

But seems it the scallopy_ext is not successfully imported I get the error:

Traceback (most recent call last):
  File "<path>/test_gpt_scallop.py", line 95, in <module>
    test_date_understanding(range(N))
  File "<path>/scallop/experiments/big-bench/date-understanding/test_gpt_scallop.py", line 33, in test_date_understanding
    scallopy_ext.extlib.load_extlib(ctx)
AttributeError: module 'scallopy_ext' has no attribute 'extlib'

seems if I just import scallop_ext, python can find it, but this loaded package is empty.

Can you provide more instruction on setup gpt on scallop?

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

1 participant