Skip to content
New issue

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

[ZeRO Infinity] Allow Init to take a dict for the deepspeed config #983

Merged
merged 6 commits into from
Apr 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove doc comment
  • Loading branch information
SeanNaren committed Apr 20, 2021
commit e6a6f4e1619996c4e1f0ca8dad1e51a0791f8a19
2 changes: 1 addition & 1 deletion deepspeed/runtime/zero/partition_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def __init__(self,
pin_memory (bool, optional): Potentially increase performance by
using pinned memory for model weights. ``remote_device`` must be
``"cpu"``. Defaults to ``False``.
deepspeed_config (``json file`` or dict, optional): If provided, provides configuration
deepspeed_config (``json file``, optional): If provided, provides configuration
for swapping fp16 params to NVMe.
param_dict (dict, optional): Instead of requiring a deepspeed_config you can pass your deepspeed config
as a dictionary instead for swapping fp16 params to NVMe.
Expand Down