Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip depending on torch testing package (pytorch#235)
Summary: We used to do ``` from torch.testing._internal.common_utils import IS_FBCODE ``` but this caused some internal failures, so we'll just copy paste the code for `IS_FBCODE` so that we don't depend on the testing package Test Plan: internal CI Reviewers: Subscribers: Tasks: Tags:
- Loading branch information