[Question] Running headless on Google Colab (Linux Build / CUDA 12.8) #783
Unanswered
RaphalRiad
asked this question in
Q&A
Replies: 1 comment
-
|
Isn't Google Colab meant for python instead of C++? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've been looking through the Wiki and I'm very interested in trying out LichtFeld Studio. Since I don't have a local Windows machine with an RTX GPU, I am hoping to run the software headless on Google Colab (using the standard T4 or A100 instances).
I reviewed the Installation and Command Line Options pages. Since binaries are currently Windows-only, I understand I need to build from source on Linux.
My Question:
Has anyone successfully set up a Colab notebook or a Linux installation script for this yet?
The Challenge:
The requirements listed (GCC 14+, CUDA 12.8, CMake 3.30+) are quite a bit newer than the default Google Colab environment (usually Ubuntu 22.04 with GCC 11/12). While I can try to upgrade the compilers manually via
apt, I wanted to check if anyone has already solved the dependency chain (especiallyLibTorchandvcpkg) for a cloud environment.Goal:
To run the CLI training headless, similar to:
./build/LichtFeld-Studio -d /content/data -o /content/output --strategy mcmcIf anyone has a
.ipynbexample or a snippet of the setup commands, it would be incredibly helpful for those of us without local high-end hardware!Thanks for the hard work on the project!
Beta Was this translation helpful? Give feedback.
All reactions