-
Notifications
You must be signed in to change notification settings - Fork 20
Support base variations inside combination of variations, fixes #38, support list in update_tags_from_env #513
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
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
@anandhu-eng This is a core change and adding a useful feature. Please review. |
for base_variation in variations[variation_name]["base"]: | ||
tag_to_append = None | ||
dynamic_base_variation = False | ||
dynamic_base_variation_already_added = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dead code? line 2613 is commented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🧾 PR Checklist
dev
📌 Note: PRs must be raised against
dev
. Do not commit directly tomain
.