Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup IN_FBCODE logic #8648

Open
NicolasHug opened this issue Sep 12, 2024 · 0 comments
Open

Cleanup IN_FBCODE logic #8648

NicolasHug opened this issue Sep 12, 2024 · 0 comments
Assignees

Comments

@NicolasHug
Copy link
Member

#8647 introduced a new way of determining whether the code is running internally. We should remove the existing

IN_FBCODE = os.environ.get("IN_FBCODE_TORCHVISION") == "1"

to avoid any confusion. (That one is only used in tests).

@NicolasHug NicolasHug self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant