xzw
xzw
Hi, I also got the issue, but I resolved this by run "formatter.py" in the path of "dataset/commongen_data/". Wish it is useful for you.
I also meet this error, have you resolved this issue?
> tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs Check you version of g++ or gcc, if the version more than 4, then, "-D_GLIBCXX_USE_CXX11_ABI=0" is not need in setup_all.sh, you can remove it...
I got the bug too. Has any one debug.
@PierpaoloSorbellini The setup as following: from pathlib import Path from setuptools import setup, find_packages REQUIREMENTS = [ "beartype", "deepspeed", "einops", "fairscale", "langchain>=0.0.103", "torch", "tqdm", "transformers", "datasets", "openai", ] this_directory =...