information
- tested on LambdaCloud's A10 24GB PCle GPU instance
- ubuntu 22.04
Tue Apr 16 09:31:55 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.129.03 Driver Version: 535.129.03 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA A10 On | 00000000:08:00.0 Off | 0 |
| 0% 28C P8 9W / 150W | 4MiB / 23028MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
+---------------------------------------------------------------------------------------+
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Tue_Aug_15_22:02:13_PDT_2023
Cuda compilation tools, release 12.2, V12.2.140
Build cuda_12.2.r12.2/compiler.33191640_0
What is the proper way to install GeoDream?
The way I did
-
install threestudio via Dockerfile
-
install GeoDream's threestudio branch on threestudio's custom directory
cd custom
git clone -b threestudio https://github.com/baaivision/GeoDream.git
mv GeoDream threestudio-geodream
-
now what should I do next?
the mv-diffusion's README.md says :
conda create --name geodream_mv python=3.8
conda activate geodream_mv
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
pip install inplace_abn
sudo apt-get install libsparsehash-dev
pip install git+https://github.com/mit-han-lab/torchsparse.git@v1.4.0
pip install -r requirements.txt
but I'm on a docker container now.
And the cuda version on my GPU instance(12.2) mismatches with the installation guide's version(11.8).
I'm so confused how to properly install GeoDream.
Please help, thanks in advance.
information
What is the proper way to install GeoDream?
The way I did
install
threestudiovia Dockerfileinstall GeoDream's
threestudiobranch on threestudio's custom directorycd custom git clone -b threestudio https://github.com/baaivision/GeoDream.git mv GeoDream threestudio-geodreamnow what should I do next?
the mv-diffusion's README.md says :
but I'm on a docker container now.
And the cuda version on my GPU instance(12.2) mismatches with the installation guide's version(11.8).
I'm so confused how to properly install GeoDream.
Please help, thanks in advance.