mosaicml / streaming

A Data Streaming Library for Efficient Neural Network Training
https://streaming.docs.mosaicml.com
Apache License 2.0
1.09k stars 136 forks source link

Warning condition changed for Sequence Parallelism #688

Closed XiaohanZhangCMU closed 4 months ago

XiaohanZhangCMU commented 4 months ago

Description of changes:

It is confusing to see the warning message when replication is set to 1. Changed to only show the warning when replication > 1 I.e., sequence parallelism is actually in action.

Issue #, if available:

Merge Checklist:

Put an x without space in the boxes that apply. If you are unsure about any checklist, please don't hesitate to ask. We are here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests