You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for me it was an extra "include" and "torch" if you have a trailing one
export LIBTORCH_INCLUDE=/home/bion/hax/externals/pytorch/torch/csrc/api
no trailing /include because the build.rs might add that path part again non-idempotently
for autograd stuff, the issue could be they are in separate areas of the torch directory tree
This is all I've done in terminal
Then I made a rust-bert project that requires tch-rs. Here is the error when I do cargo run of this project.
There must be something wrong when setting environment variables, but I can't figure out. Can you help with this?
The text was updated successfully, but these errors were encountered: