Git Product home page Git Product logo

Comments (2)

ramintoosi avatar ramintoosi commented on July 17, 2024 2

I only set two variables like this

export LIBTORCH=/home/test/libtorch
export LD_LIBRARY_PATH=/home/test/libtorch/lib/:$LD_LIBRARY_PATH

and it works.

from tch-rs.

bionicles avatar bionicles commented on July 17, 2024

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

(py310) [2024-05-24T08:29:36-0400]
~/hax/externals/pytorch/torch (main) $

fd engine.h
csrc/autograd/engine.h
csrc/autograd/python_engine.h
csrc/distributed/autograd/engine/dist_engine.h
(py310) [2024-05-24T08:29:46-0400]
~/hax/externals/pytorch/torch (main) $
fd torch.h
csrc/api/include/torch/torch.h

if we only "include" /api/include/ then we're missing the /autograd/

https://github.com/LaurentMazare/tch-rs/blob/a90854b2135b91546ca6082418d478126e1f6a26/torch-sys/build.rs#L248C1-L249C89

sadly the build script isn't working right now with latest pytorch i guess, this line linked above might need to also include the

/pytorch/torch/csrc/autograd/

ugh i could try it locally

from tch-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.