You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to patch some changes onto Megatron-LM. For Git collaboration with project partners, I'd love to know which commit of Megatron-LM is used in the container (in my case I'm interested in the 24.05 version). It's not the one specified in the NeMo Dockerfile and I've been unable to manually find a matching commit (using git checkout, recursive diff, and git blameing the diffs) in Megatron-LM's main tree; it seems that a custom branch is used.
Would you be so kind to share the combination of commits/branches used? In general, is there any way to find out which branch is used so the repo's state can be easily reproduced locally?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to patch some changes onto Megatron-LM. For Git collaboration with project partners, I'd love to know which commit of Megatron-LM is used in the container (in my case I'm interested in the 24.05 version). It's not the one specified in the NeMo Dockerfile and I've been unable to manually find a matching commit (using
git checkout
, recursivediff
, andgit blame
ing the diffs) in Megatron-LM's main tree; it seems that a custom branch is used.Would you be so kind to share the combination of commits/branches used? In general, is there any way to find out which branch is used so the repo's state can be easily reproduced locally?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions