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

[Feature flags]Seeking Guidance on PyTorch Feature Flag Design and Best Practices #2027

Open
followtheart opened this issue Nov 2, 2024 · 0 comments

Comments

@followtheart
Copy link

I’d like to learn from PyTorch’s experience in designing feature flags to enable custom implementation. Could you help me resolve the following questions, or provide related resources for my reference:

    1. How does PyTorch design feature flags? What principles does it follow?
    1. How should feature flags be used in the source code to prevent interference among them? Are there specific rules, constraints, or even clever techniques?
    1. In testing, how can one ensure that all combinations of feature flags do not introduce bugs? Does it require testing every possible combination, or are there alternative assurances?

Thx a lot

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