You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been trying to make Torch work with CUDA 10. But when I run ./test.sh I get the following
Completed 134211 asserts in 210 tests with 0 failures and 0
sundown loaded succesfully
/home/intus/torch/install/bin/luajit: module 'cutorch' not found:
no field package.preload['cutorch']
no file '/home/intus/.luarocks/share/lua/5.1/cutorch.lua'
no file '/home/intus/.luarocks/share/lua/5.1/cutorch/init.lua'
no file '/home/intus/torch/install/share/lua/5.1/cutorch.lua'
no file '/home/intus/torch/install/share/lua/5.1/cutorch/init.lua'
no file './cutorch.lua'
no file '/home/intus/torch/install/share/luajit-2.1.0-beta1/cutorch.lua'
no file '/usr/local/share/lua/5.1/cutorch.lua'
no file '/usr/local/share/lua/5.1/cutorch/init.lua'
no file '/home/intus/torch/install/lib/cutorch.so'
no file '/home/intus/.luarocks/lib/lua/5.1/cutorch.so'
no file '/home/intus/torch/install/lib/lua/5.1/cutorch.so'
no file '/home/intus/torch/install/lib/cutorch.so'
no file './cutorch.so'
no file '/usr/local/lib/lua/5.1/cutorch.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: at 0x55b22f6720b0
[C]: at 0x55b22f610710
CUDA not found
I'm sure that my CUDA installation works, I'm using tensorflow with GPU support also.
I would appreciate any help :)
The text was updated successfully, but these errors were encountered:
Hi, I have been trying to make Torch work with CUDA 10. But when I run ./test.sh I get the following
Completed 134211 asserts in 210 tests with 0 failures and 0
sundown loaded succesfully
/home/intus/torch/install/bin/luajit: module 'cutorch' not found:
no field package.preload['cutorch']
no file '/home/intus/.luarocks/share/lua/5.1/cutorch.lua'
no file '/home/intus/.luarocks/share/lua/5.1/cutorch/init.lua'
no file '/home/intus/torch/install/share/lua/5.1/cutorch.lua'
no file '/home/intus/torch/install/share/lua/5.1/cutorch/init.lua'
no file './cutorch.lua'
no file '/home/intus/torch/install/share/luajit-2.1.0-beta1/cutorch.lua'
no file '/usr/local/share/lua/5.1/cutorch.lua'
no file '/usr/local/share/lua/5.1/cutorch/init.lua'
no file '/home/intus/torch/install/lib/cutorch.so'
no file '/home/intus/.luarocks/lib/lua/5.1/cutorch.so'
no file '/home/intus/torch/install/lib/lua/5.1/cutorch.so'
no file '/home/intus/torch/install/lib/cutorch.so'
no file './cutorch.so'
no file '/usr/local/lib/lua/5.1/cutorch.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: at 0x55b22f6720b0
[C]: at 0x55b22f610710
CUDA not found
I'm sure that my CUDA installation works, I'm using tensorflow with GPU support also.
I would appreciate any help :)
The text was updated successfully, but these errors were encountered: