Open s4ayub opened 2 years ago
I fixed the error by copying all lib files from /usr/local/lib
to /usr/lib/
!cp /usr/local/lib/lib* /usr/lib/
/usr/local/lib
?any updates on this?
You can download and have the file in your system , then you can use it elsewhere.
from google.colab import files files.download('/content/model.so')
Describe the current behavior
/usr/local/lib/libnvrtc.so.11.2
even thoughusr/local/lib/
was added to thesys.path
/usr/lib/
instead of/usr/local/lib/
(even though sys.path says to look in/usr/local/lib
).!pip install torchrec-nightly
link: https://colab.research.google.com/drive/1NZ-3oZNzXds26bvtGLevdhg0GzMrmZNj?usp=sharing
Describe the expected behavior
sys.path
What web browser you are using Chrome