Skip to content

Conversation

@kyuheejang
Copy link
Contributor

Looking at the code, there were parts that were not yet implemented, so I wrote a workable code.

Since args_parsed.megatron_config is delivered in base64 format, it must be converted before use.

@kyuheejang kyuheejang requested a review from a team as a code owner November 7, 2023 05:45

if int(os.environ.get("OMPI_COMM_WORLD_SIZE", 1)) > 1:
neox_args = consume_neox_args2(args2)
neox_args = consume_neox_args2(args)
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is supposed to be changed to args.

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