-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Config and core arguments API docstrings #31
Labels
documentation
Improvements or additions to documentation
Comments
rraminen
pushed a commit
to rraminen/DeepSpeed
that referenced
this issue
Apr 28, 2021
* remove distributed requirement from model building, this is needed for mpi/aml support for this model * Update modelingpreln.py Removed the print. It would print tons of times after removing the rank check otherwise Co-authored-by: Samyam Rajbhandari <samyamr@microsoft.com>
rraminen
pushed a commit
to rraminen/DeepSpeed
that referenced
this issue
Aug 18, 2021
Enabled few test_configurable_parallel tests which work on ROCm
liamcli
pushed a commit
to determined-ai/DeepSpeed
that referenced
this issue
Sep 27, 2021
* bf16 initial commit * Update engine.py * update split_half_float_double_csr dtypes * update to bf16 communication (make flag optional) * Update requirements-sparse_attn.txt * add compressed bf16 allreduce * add compressed bf16 allreduce * Update __init__.py * Update engine.py * Update __init__.py * Update engine.py * zero1 + bf16 * zero 2 + bf16 * pipe parallel + bf16 * pipe parallel + bf16 * partition activations + bf16
delock
referenced
this issue
in delock/DeepSpeedSYCLSupport
Sep 21, 2022
baodii
pushed a commit
to baodii/DeepSpeed
that referenced
this issue
Nov 23, 2023
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The documentation for
add_core_arguments()
andadd_config_arguments()
could be expanded... Can we document what arguments are added in the docstrings? (these things could be unit tested too)The text was updated successfully, but these errors were encountered: