Skip to content

What is the proper way to install GeoDream? #10

@hayoung-jeremy

Description

@hayoung-jeremy

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

  1. install threestudio via Dockerfile

  2. 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
    
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions