在centos7的Torch7中安装cutorch时出错

时间:2017-05-10 04:20:09

标签: install packages torch

我想安装cutorch并收到错误,我不知道如何解决它:

"host": "replica_set_name/first_RS_node_address, second_RS_node_address, third_RS_node_address", 
"user": "your_user_name", 
"password": "wery_secret"

我安装了cude 8.0和cudnn。我也可以成功安装其他软件包,如nnx,optim,inn。

1 个答案:

答案 0 :(得分:2)

我也遇到过这个。原因是火炬lib中的新方法,请参阅:https://github.com/torch/torch7/blob/master/lib/TH/THStorage.c#L69

luarocks install torch之前运行luarocks install cutorch来更新Torch,你应该好好去。