facebookresearch / d2go

D2Go is a toolkit for efficient deep learning
Apache License 2.0
829 stars 197 forks source link

Modularize d2go/tools TARGETS #612

Open ajinkya-deogade opened 11 months ago

ajinkya-deogade commented 11 months ago

Summary: The current target definitions for d2go/tools do not allow specific components as dependencies, which is causing issues like next diff in the stack where we would like to only depend on d2go/tools/export but end up depending on whole of d2go/d2go. This was caught by the d2go dependency audit that we have in place (see CI signals https://fburl.com/diff/csnwfffw). Therefore, we are breaking it down into individual targets in a backward compatible way.

Differential Revision: D48461575

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D48461575

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D48461575