biobert
biobert copied to clipboard
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
Trying to run NER, but recieve ImportError Snippet of traceback:
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory Failed to load the native TensorFlow runtime.
@IbtihalFerwana The issue appears to be that Tensorflow 1.11 in the requirements.txt file is looking for an older version of CUDA.
I found that by upgrading tensorflow to at least 1.14 resolved the issue. I am running CUDA V10.0.130
Plus, there is a pull request to update the Tensorflow version to 1.15.
Sorry for the late reply and thanks for letting us know the issue!
We updated our requirements.txt
(commit fb9bb00).
Thanks!