Hi,
When I tried to run causalbenchmark/eval/run_gpt_v1.5.py, there seems to be a missing module efficiency that kept being imported in the file.
For example,
|
from efficiency.log import fread |
|
from efficiency.log import fread, show_var, fwrite, print_df_value_count |
|
from efficiency.function import random_sample, search_nested_dict |
I'll really appreciate if you can provide this module!
Hi,
When I tried to run
causalbenchmark/eval/run_gpt_v1.5.py, there seems to be a missing moduleefficiencythat kept being imported in the file.For example,
cladder/causalbenchmark/eval/run_gpt_v1.5.py
Line 76 in 3d2d116
cladder/causalbenchmark/eval/run_gpt_v1.5.py
Line 96 in 3d2d116
cladder/causalbenchmark/eval/run_gpt_v1.5.py
Line 97 in 3d2d116
I'll really appreciate if you can provide this module!