We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to pass in the pipeline_dtype on the command line:
nemo llm pretrain --factory=llama3_8b trainer.devices=2 trainer.strategy.pipeline_model_parallel_size=2 trainer.strategy.pipeline_dtype=torch.bfloat16
It doesn't work with any of the following: b16, bf16, bfloat16, torch.bfloat16
b16
bf16
bfloat16
torch.bfloat16
How do I pass this in?
The text was updated successfully, but these errors were encountered:
@marcromeyn Can you take a look at this? Thanks
Sorry, something went wrong.
Thanks for reporting this! I put in a small fix: #99. With that we you can pass in: torch.bfloat16 etc.
marcromeyn
Successfully merging a pull request may close this issue.
Hi, I'm trying to pass in the pipeline_dtype on the command line:
It doesn't work with any of the following:
b16
,bf16
,bfloat16
,torch.bfloat16
How do I pass this in?
The text was updated successfully, but these errors were encountered: