-
Notifications
You must be signed in to change notification settings - Fork 533
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
Replace FSDP args #1517
Replace FSDP args #1517
Conversation
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; thanks!!
@@ -52,7 +52,7 @@ def evaluate_model( | |||
device_eval_batch_size: Union[int, float], | |||
eval_gauntlet_config: Optional[Union[str, dict[str, Any]]], | |||
eval_loader_config: Optional[Union[dict[str, Any], list[dict[str, Any]]]], | |||
fsdp_config: Optional[dict[str, Any]], | |||
parallelism_config: Optional[dict[str, Any]], |
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.
We should be deprecating and not hard deleting...
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.
CC: @dakinggg as well for input
To resolve this Jira:
https://databricks.atlassian.net/browse/GRT-2978