22 lines
430 B
YAML
22 lines
430 B
YAML
name: dinov2-extras
|
|
channels:
|
|
- defaults
|
|
- pytorch
|
|
- nvidia
|
|
- xformers
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.10
|
|
- pytorch::pytorch=1.13.1
|
|
- pytorch::pytorch-cuda=11.7.0
|
|
- pytorch::torchvision
|
|
- omegaconf
|
|
- torchmetrics
|
|
- fvcore
|
|
- iopath
|
|
- xformers::xformers=0.0.18
|
|
- pip
|
|
- pip:
|
|
- git+https://github.com/facebookincubator/submitit
|
|
- --extra-index-url https://pypi.nvidia.com
|
|
- cuml-cu11 |