forked from facebookresearch/dinov2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add (optional) extras dependencies (facebookresearch#183)
Add (optional) extras dependencies for dense tasks (mmcv and mmsegmentation) to conda and pip requirements.
- Loading branch information
1 parent
81b2b64
commit 3a7bf1c
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: dinov2-extras | ||
channels: | ||
- defaults | ||
- pytorch | ||
- nvidia | ||
- xformers | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- pytorch::pytorch=2.0.0 | ||
- pytorch::pytorch-cuda=11.7.0 | ||
- pytorch::torchvision=0.15.0 | ||
- omegaconf | ||
- torchmetrics=0.10.3 | ||
- fvcore | ||
- iopath | ||
- xformers::xformers=0.0.18 | ||
- pip | ||
- pip: | ||
- git+https://github.com/facebookincubator/submitit | ||
- --extra-index-url https://pypi.nvidia.com | ||
- cuml-cu11 | ||
- mmcv-full==1.5.0 | ||
- mmsegmentation==0.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mmcv-full==1.5.0 | ||
mmsegmentation==0.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters