Open zhipeixu opened 4 months ago
I am also looking for the way to install v1.4.7 for GLaMM, however it is always failed. Here's my env:
NVIDIA V100, CUDA 12.2, torch 2.3.1+cu121.
All current resources are failed in my case.
It will stuck at either Building wheel for mmcv-full (setup.py) ... error
or failed at pip install way.
Prerequisite
Environment
Reproduces the problem - code sample
I'm trying to create the python environment required for this project: https://github.com/mbzuai-oryx/groundingLMM/blob/main/docs/install.md I started from scratch, followed every step, and ran successfully until I ran
MMCV_WITH_OPS=1 pip install -e.
and the error message occurredReproduces the problem - command or script
conda create --name=glamm python=3.10 conda activate glamm
git clone https://github.com/mbzuai-oryx/groundingLMM.git cd groundingLMM pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 pip install -r requirements.txt
Install mmcv
git clone https://github.com/open-mmlab/mmcv cd mmcv git checkout v1.4.7 MMCV_WITH_OPS=1 pip install -e .
Reproduces the problem - error message
Additional information
I also tried to install using pip install mmcv-full==1.4.7, but all failed