Conversation
4eebb16 to
bfe5792
Compare
9cf5aaa to
62a0a32
Compare
4fe588a to
c8f6fa1
Compare
f46b414 to
b35bcec
Compare
jayhenry
reviewed
Apr 22, 2026
Move torch_compile setting from FSDPConfig to compile_cfg in model config, and explicitly set compile_cfg=False in all autotest configs.
jayhenry
approved these changes
Apr 27, 2026
HAOCHENYE
reviewed
Apr 27, 2026
| cpus_per_task=resource.get("cpus_per_task", 32), | ||
| memory_per_task=resource.get("memory_per_task", 512), | ||
| priority=resource.get("priority", 4), | ||
| priority=resource.get("priority", 9), |
HAOCHENYE
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
trigger ci test for pt2.9+tf5.2