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

separate outputs #334

Closed
wants to merge 3 commits into from
Closed

separate outputs #334

wants to merge 3 commits into from

Conversation

[ghstack-poisoned]
[ghstack-poisoned]
run_test(test_flavor, full_path)

# Deleting checkpoint folder from test
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why we did this in the first place. The ckpts were already in separate dirs so they wouldn't interfere. And now that I am preserving output artifacts, it makes sense to keep them.

@@ -118,15 +137,5 @@ def run_test(test_flavor: OverrideDefinitions, full_path: str):
config = tomllib.load(f)
is_integration_test = config["job"].get("use_for_integration_test", False)
if is_integration_test:
test_flavors = [OverrideDefinitions()] + integration_tests_flavors[
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OverrideDefinitions() from here got move to the top as 'Default' entry, but specified its own output dir.

[ghstack-poisoned]
@wconstab wconstab closed this May 15, 2024
tianyu-l pushed a commit that referenced this pull request Aug 16, 2024
ghstack-source-id: e512c34fa1800d00f36947fbcaed96b026fb98cd
Pull Request resolved: #334
tianyu-l pushed a commit that referenced this pull request Aug 16, 2024
ghstack-source-id: 1072f96b4318e2321a212c3d4f45a8155511a795
Pull Request resolved: #334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants