-
Notifications
You must be signed in to change notification settings - Fork 259
module 'fb.torch.async_rng' not found #13
Comments
The only Cpp result (the modules compiled with make) from fblualib is Additional info: I first tried to install fblualib with |
@vojtajina were you able to resolve this issue with |
Any updates? Is there other ways running the code of the paper? |
Hi, I am trying to run NAMAS, and got the same error 'No LuaRocks module found for fb.torch.async_rng' so tried to install fblualib I ran install_all.sh from v1.0 of fblualib with v1.0 of thpp git clone -b v0.35.0 --depth 1 https://github.com/facebook/folly.git but it throws error while building thpp as: creating: googletest-release-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ I am Ubuntu 14.04 |
Dear @atana1 i have the same problem while compiling. The screen shot is attached... Thanks |
Hi, I'm trying to train the model on AWS instance (Bitfusion Boost Ubuntu 14 Torch 7), but getting this error:
I installed
fbcunn
and all the deps, as described in https://github.com/facebook/fbcunn/blob/master/INSTALL.md. I expect the missing module should be installed as a part offblualibs
(which I did install withfblualibs/build.sh
), but looking intofblualib/build/Makefile
(the makefile produced by thefblualibs/build.sh
), there is nothing aboutfblualib/torch/AsyncRNG.cpp
so it probably does not get build.I tried to run
cmake .
underfblualibs/torch
, but got this error:How should I install
fb.torch.async_rng
?Thank you for any help.
The text was updated successfully, but these errors were encountered: