You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: