--
You received this message because you are subscribed to the Google Groups "torch7" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torch7+un...@googlegroups.com.
To post to this group, send email to tor...@googlegroups.com.
Visit this group at http://groups.google.com/group/torch7.
For more options, visit https://groups.google.com/d/optout.
--
are you trying to run torch with the command:luajit -ltorch?That's how you should.Either that, or usingth
curl -s https://raw.github.com/torch/ezinstall/master/install-luajit+torch | bash >out.txt 2>&1
that is weird, i'm not sure why nothing happens. i dont know whats going on, but looks like the script is not even running.
try the two new commands on the website. they were updated in the morning.
$ curl -sk https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash $ curl -sk https://raw.githubusercontent.com/torch/ezinstall/master/install-luajit+torch | bash