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 @nagadomi, I got an error to run Torch Lua in Google Colab.
I have tried to downgrade the cuda to version 10, but I didn't succeed.
I had that error
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in CMakeLists.txt:
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at exe/luajit-rocks/CMakeLists.txt:9 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
This repo does not support Ubuntu 22.04 (Colab's runtime). ubuntu20.04-ppa branch supports Ubuntu 20.04 #12 .
default branch only supports Ubuntu 18.04.
Hi @nagadomi, I got an error to run Torch Lua in Google Colab.
I have tried to downgrade the cuda to version 10, but I didn't succeed.
I had that error
I did downgrade with that code
Could you help me?
Thank you!
The text was updated successfully, but these errors were encountered: