Skip to content

Conversation

@ShadenSmith
Copy link
Contributor

No description provided.

norm_type = 2.0
for p in params:
# Pipeline parallelism may replicate parameters. Avoid multi-counting.
if hasattr(p, 'ds_pipe_replicated') and p.ds_pipe_replicated:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@samyam , can you look over the changes here in stage2.py ?

@ShadenSmith ShadenSmith merged commit d6945de into deepspeedai:big-science Jul 26, 2021
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

Successfully merging this pull request may close these issues.

2 participants