Merge pull request #27 from lucky-verma/patch-1

Update README.md
This commit is contained in:
Yiwen Chen 2024-08-03 11:34:04 +08:00 committed by GitHub
commit d53e598283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Our environment has been tested on Ubuntu 22, CUDA 11.8 with A100, A800 and A600
1. Clone our repo and create conda environment 1. Clone our repo and create conda environment
``` ```
git clone https://github.com/buaacyw/MeshAnything.git && cd MeshAnything git clone https://github.com/buaacyw/MeshAnything.git && cd MeshAnything
conda create -n MeshAnything python==3.10.13 conda create -n MeshAnything python==3.10.13 -y
conda activate MeshAnything conda activate MeshAnything
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt pip install -r requirements.txt