xichen98cn commited on
Commit
c05d999
1 Parent(s): ed1e9ad

Update cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +1 -2
cog.yaml CHANGED
@@ -22,7 +22,6 @@ build:
22
  - pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html
23
  - pip install git+https://github.com/cocodataset/panopticapi.git
24
  - pip install git+https://github.com/mcordts/cityscapesScripts.git
25
- - git clone https://github.com/facebookresearch/Mask2Former
26
- - TORCH_CUDA_ARCH_LIST='7.5' FORCE_CUDA=1 python Mask2Former/mask2former/modeling/pixel_decoder/ops/setup.py build install
27
 
28
  predict: "predict.py:Predictor"
 
22
  - pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html
23
  - pip install git+https://github.com/cocodataset/panopticapi.git
24
  - pip install git+https://github.com/mcordts/cityscapesScripts.git
25
+ - TORCH_CUDA_ARCH_LIST='7.5' FORCE_CUDA=1 python frozenseg/modeling/pixel_decoder/ops/setup.py build install
 
26
 
27
  predict: "predict.py:Predictor"