conda create -n idesign python=3.9 -y | |
conda activate idesign | |
pip install -r requirements.txt | |
conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=12.1 -c pytorch -c nvidia -y | |
pip install setuptools==58.0.0 | |
# 复制这个代码里的/data/workspace/codebase/data_maker/MinkowskiEngine,然后cd(我修改了底层的) | |
python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas | |
conda install -c dglteam/label/cu113 dgl | |
pip install transformers==4.41.0 | |
pip install accelerate | |
mkdir blender-git | |
cd blender-git | |
git clone https://projects.blender.org/blender/blender.git | |
git clone https://huggingface.co/OpenShape/openshape-demo-support | |
cd openshape-demo-support | |
pip install -e . | |
cd .. | |
conda activate blender3 | |
pip install bpy==4.3.0 | |