I am using Faster Transfomers, I have built it successfully and I can see the libth_transformer.so
file in build/lib
folder, but I’m not sure why it’s not detecting it. I am running bart translate_example.py
. I have tried multiple times and have provide both relative and absolute path, still nothing. The torch.classes.load_library
command is not able to to detect the shared file at all. The file has all rwx permissions too.
Env: pytorch - 1.13.0, cuda version - 11.8, RTX 3080 Ti
Same issue on the g5 instances of AWS too
OSError: /workspace/FasterTransformer/build/lib/libth_transfomer.so: cannot open shared object file: No such file or directory
Can anyone please help, Been stuck at it for a long time