NVIDIA / Megatron-LM

Ongoing research training transformer models at scale
https://docs.nvidia.com/megatron-core/developer-guide/latest/user-guide/index.html#quick-start
Other
10.65k stars 2.39k forks source link

fix: remove unnecessary trailing comma in statement #1265

Open singleheart opened 4 weeks ago

singleheart commented 4 weeks ago

Changes

Removed an unnecessary trailing comma at the end of a statement, which was causing a runtime error.

Reason for Change

The extra comma resulted in a syntax error, interrupting code execution. This fix corrects the error and ensures the code runs as expected.

Impact

Please review the changes. Thank you!