Giter VIP home page Giter VIP logo

Comments (2)

hughperkins avatar hughperkins commented on September 27, 2024

15.10 works fine for me. At least, torch/cutorch/cunn/nn runs on 15.10 just fine for me, and I installed 15.10 a few times, and it worked each time. A few observations:

  • I needed to install libreadline-dev by hand at least once. I cant remember if this was because I was too lazy to run the install-deps script, or whether it is missing from the install-deps script
  • I had to each time do sudo apt-get install libblas-dev liblapack-dev Again, might be because i was too lazy to run install-deps, cant remember
  • importantly, because default compiler on 15.10 is gcc 5.x, I had to add the following to torch-activate to be able to build against cuda:
export CC=gcc-4.9
export CXX=g++-4.9

Otherwise, everything 'just works'.

(By the way 15.04 is on 9 months support, so it's no longer supported; but 15.10 is supported, by Canonical, until July this year)

(Edit: oh, and I probably had to do sudo apt-get install gcc-4.9 g++-4.9, though I cant remember clearly)

from distro.

marioyc avatar marioyc commented on September 27, 2024

The issue with libreadline-dev could be the same as the one happenning in #96 and the second should be due to this line.

from distro.

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.