File size: 955 Bytes
3f3265f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | name: orienter-ape-reference
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- python=3.10
- pip
- pytorch=2.2.0
- torchvision=0.17.0
- pytorch-cuda=12.1
- cuda-version=12.1
- numpy=1.22.4
- scipy=1.7.3
- pillow=12.3.0
- pip:
- beautifulsoup4==4.12.3
- cython==3.0.8
- einops==0.7.0
- fairscale==0.4.13
- fvcore==0.1.5.post20221221
- iopath==0.1.9
- lvis==0.5.3
- omegaconf==2.1.0
- opencv-python==4.9.0.80
- pycocotools==2.0.7
- pyyaml==6.0.1
- requests==2.31.0
- timm==0.9.12
- tqdm==4.66.1
- transformers==4.37.2
- xformers==0.0.24
- git+https://github.com/facebookresearch/detectron2.git@017abbfa5f2c2a2afa045200c2af9ccf2fc6227f
- git+https://github.com/IDEA-Research/detrex.git@776058ec229be37a5ff2a2b0bb54133bdd5da663
- git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
|