Skip to content

torch-cl-v1.0.2

Latest
Compare
Choose a tag to compare
@hughperkins hughperkins released this 15 May 23:31
· 72 commits to distro-cl since this release

Bugfixes:

  • builds more reliably on Ubuntu 16.04 now
  • should build ok in presence of anaconda2 now
  • some bugfixes in installing from these .tar.bz2 releases

To install from the .tar.bz2 file, first move any existing ~/torch-cl directory out of the way, and then:

wget https://github.com/hughperkins/distro-cl/releases/download/torch-cl-v1.0.2/torch-cl-v1.0.2.tar.bz2
tar -xf torch-cl-v1.0.2.tar.bz2
mv distro-cl ~/torch-cl
cd ~/torch-cl
bash install-deps
./install.sh

Alternatively, to install using git:

git clone --recursive https://github.com/hughperkins/distro-cl -b torch-cl-v1.0.2 ~/torch-cl
cd ~/torch-cl
bash install-deps
./install.sh