"src/vscode:/vscode.git/clone" did not exist on "8d081de84439b987fe356e0d3bcba46a1d19de3a"
Unverified Commit 97c54273 authored by Emmanuel Kahembwe's avatar Emmanuel Kahembwe Committed by GitHub
Browse files

Fixing a typo (#303)

parent 67821f95
...@@ -25,7 +25,7 @@ model_engine, optimizer, _, _ = deepspeed.initialize(args=cmd_args, ...@@ -25,7 +25,7 @@ model_engine, optimizer, _, _ = deepspeed.initialize(args=cmd_args,
model_parameters=params) model_parameters=params)
``` ```
`deepspeed.inialize` ensures that all of the necessary setup required for `deepspeed.initialize` ensures that all of the necessary setup required for
distributed data parallel or mixed precision training are done distributed data parallel or mixed precision training are done
appropriately under the hood. In addition to wrapping the model, DeepSpeed can appropriately under the hood. In addition to wrapping the model, DeepSpeed can
construct and manage the training optimizer, data loader, and the learning rate construct and manage the training optimizer, data loader, and the learning rate
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment