rust-bert icon indicating copy to clipboard operation
rust-bert copied to clipboard

The example for linking the lib is incorrect.

Open djhunter67 opened this issue 1 year ago • 0 comments

Problem

  • The example: export LD_LIBRARY_PATH=${LIBTORCH}/lib:$LD_LIBRARY_PATH IS INCORRECT

Solution

  • Proper example: export LD_LIBRARY_PATH=${LIBTORCH}/lib

I wasted over an hour trying to get my code to compile before I figured this out.

djhunter67 avatar Mar 31 '24 13:03 djhunter67