Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cp3wan authored Jun 25, 2023
1 parent 4aa8ce7 commit d3eef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TORCH_CUDA_ARCH_LIST='8.0' FORCE_CUDA=1 python setup.py build install
### Example conda environment setup
```bash
conda create --name dformer python=3.8 -y
conda activate mask2former
conda activate dformer
conda install pytorch==1.9.0 torchvision==0.10.0 cudatoolkit=11.1 -c pytorch -c nvidia
pip install -U opencv-python

Expand Down

0 comments on commit d3eef80

Please sign in to comment.