7 lines
271 B
Plaintext
7 lines
271 B
Plaintext
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
|
|
pip install -r requirements.txt
|
|
python ./scripts/install_pytorch3d.py
|
|
|
|
|
|
conda env export > environment.yml
|
|
conda install conda-pack |