You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide pre-built detectron2 in PEP 503 simple repository.
Motivation & Examples
Provide PEP 503 compliant simple repository for pre-built detectron2, allowing use of the pip --extra-index-url argument or the a pipenv [[source]] configuration. This allows pip/pipenv to automatically select the appropriate prebuilt binary for the user's python version without exact manual specification of the full binary file name.
For example, to install detectron v0.6 for cuda 11.3 and torch 1.10 via pip:
Reorganize/rename prebuilt detectron2 for a simplified index url and more descriptive package version. All prebuilt packages could then be hosted under a single url (https://dl.fbaipublicfiles.com/wheels/detectron2/).
🚀 Feature
Provide pre-built detectron2 in PEP 503 simple repository.
Motivation & Examples
Provide PEP 503 compliant simple repository for pre-built detectron2, allowing use of the pip
--extra-index-url
argument or the a pipenv[[source]]
configuration. This allows pip/pipenv to automatically select the appropriate prebuilt binary for the user's python version without exact manual specification of the full binary file name.For example, to install detectron v0.6 for cuda 11.3 and torch 1.10 via pip:
and via pipenv
Related links regarding PEP 503 implementation for pytorch:
PEP 503 for pytorch
Installing torch with pipenv
Extra Credit
Reorganize/rename prebuilt detectron2 for a simplified index url and more descriptive package version. All prebuilt packages could then be hosted under a single url (
https://dl.fbaipublicfiles.com/wheels/detectron2/
).The text was updated successfully, but these errors were encountered: