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

MoE #639

Open
wants to merge 141 commits into
base: main
Choose a base branch
from
Open

MoE #639

Show file tree
Hide file tree
Changes from 130 commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
e725eb9
Clean MoE implementation
Muennighoff Jun 20, 2024
db24750
Add conf
Muennighoff Jun 20, 2024
18450de
Fix return args
Muennighoff Jun 20, 2024
4ab7f77
Rmv outdated kwarg
Muennighoff Jun 20, 2024
dba42fd
Rmv legacy kwarg
Muennighoff Jun 20, 2024
6c5f8a3
Merge branch 'Muennighoff/MoE' of github.com:allenai/LLM into Muennig…
Muennighoff Jun 20, 2024
6a8e089
Add distributed_strategy
Muennighoff Jun 20, 2024
1a9a317
Allow w/o weight attr
Muennighoff Jun 20, 2024
ddf6fd4
Merge branch 'Muennighoff/MoE' of github.com:allenai/LLM into Muennig…
Muennighoff Jun 20, 2024
ab55e07
Allow w/o weight attr
Muennighoff Jun 20, 2024
7aeefd4
Add MoE params
Muennighoff Jun 20, 2024
3eab45c
Rmv kwarg
Muennighoff Jun 20, 2024
6d736da
Reduce lb & moe losses
Muennighoff Jun 21, 2024
d07c638
LN & Emb Dec
Muennighoff Jun 21, 2024
cdb592f
Merge branch 'Muennighoff/MoE' of github.com:allenai/LLM into Muennig…
Muennighoff Jun 21, 2024
1399841
Do not decay emb
Muennighoff Jun 21, 2024
a13b5b8
Tmp - debug throughput
Muennighoff Jun 21, 2024
935167e
Fix
Muennighoff Jun 21, 2024
b96972d
Fix
Muennighoff Jun 21, 2024
0079490
maintain init order
Muennighoff Jun 21, 2024
8b1c441
Merge branch 'Muennighoff/MoE' of github.com:allenai/LLM into Muennig…
Muennighoff Jun 21, 2024
e2c7286
Decay emb
Muennighoff Jun 21, 2024
d39a37c
Keep EA on CPU
Muennighoff Jun 21, 2024
3acfc04
Do not decay emb
Muennighoff Jun 21, 2024
4432261
Change norm
Muennighoff Jun 21, 2024
cef7707
Confs
Muennighoff Jun 22, 2024
2a6df33
Adapt wrap
Muennighoff Jun 22, 2024
7421890
Add conf
Muennighoff Jun 23, 2024
021974e
decemb conf
Muennighoff Jun 24, 2024
d5a0626
Updates
Muennighoff Jun 24, 2024
fce086f
up
Muennighoff Jun 25, 2024
daa7c91
Update weka
Muennighoff Jun 25, 2024
3a40b7f
Rev weka
Muennighoff Jun 25, 2024
2676d03
Adapt
Muennighoff Jun 25, 2024
2fb4c96
Add fine
Muennighoff Jun 25, 2024
448a9a8
Adapt
Muennighoff Jun 26, 2024
e361918
Adapt
Muennighoff Jun 26, 2024
9377aa5
Add eps
Muennighoff Jun 26, 2024
bad3a34
Update confs
Muennighoff Jun 27, 2024
3dbd156
Change eps
Muennighoff Jun 27, 2024
a6496d6
Add conf
Muennighoff Jun 28, 2024
5dd6135
Confs
Muennighoff Jun 28, 2024
195c77d
Add conf
Muennighoff Jun 29, 2024
4ea9f0a
Fix path
Muennighoff Jun 29, 2024
44fa5ae
Fix path
Muennighoff Jun 29, 2024
b7658eb
Adapt confs
Muennighoff Jun 30, 2024
16edece
add s3 conf
Muennighoff Jun 30, 2024
f8e061f
fix paths
Muennighoff Jun 30, 2024
c8a51cf
Update confs
Muennighoff Jul 1, 2024
b95a05f
Increase bs
Muennighoff Jul 1, 2024
20103ec
Adjust paths
Muennighoff Jul 1, 2024
459ef27
conf
Muennighoff Jul 1, 2024
84f21db
confs
Muennighoff Jul 1, 2024
08d3253
confs
Muennighoff Jul 1, 2024
4b07140
Update confs
Muennighoff Jul 1, 2024
cf6fa33
Update conf
Muennighoff Jul 1, 2024
d95f978
Conf
Muennighoff Jul 1, 2024
3c15abf
Finegrained
Muennighoff Jul 2, 2024
4163e70
Cx5
Muennighoff Jul 2, 2024
aae0e0b
Add conf
Muennighoff Jul 2, 2024
76e6e6d
Add cx5
Muennighoff Jul 2, 2024
31e387b
Up confs
Muennighoff Jul 2, 2024
f631d8e
Up confs
Muennighoff Jul 2, 2024
142720b
Dfix
Muennighoff Jul 4, 2024
412a55e
reddit
Muennighoff Jul 4, 2024
669bba5
flan
Muennighoff Jul 4, 2024
7d90908
fine
Muennighoff Jul 4, 2024
3c97519
indent
Muennighoff Jul 4, 2024
6e08b09
Add conf
Muennighoff Jul 4, 2024
1a6a2e2
Conf
Muennighoff Jul 5, 2024
103e450
Add shared
Muennighoff Jul 5, 2024
48b6c14
Add
Muennighoff Jul 5, 2024
8a387fa
Add conf
Muennighoff Jul 5, 2024
3203724
Add conf
Muennighoff Jul 6, 2024
5309137
Add conf
Muennighoff Jul 6, 2024
bf66e68
Addqk
Muennighoff Jul 6, 2024
63c12e1
Make QK Norm parametric
Muennighoff Jul 6, 2024
1c4aa8d
dense comp
Muennighoff Jul 7, 2024
6a94263
add conf
Muennighoff Jul 7, 2024
b58c316
conf
Muennighoff Jul 7, 2024
3bbfaed
conf
Muennighoff Jul 7, 2024
364659f
Change torch version
Muennighoff Jul 18, 2024
15f5503
Add anneal
Muennighoff Jul 20, 2024
6c516d8
Resets
Muennighoff Jul 20, 2024
8a0758e
add conf
Muennighoff Jul 21, 2024
c23b048
conf
Muennighoff Jul 21, 2024
285ff10
Adjust mlp hidden
Muennighoff Jul 21, 2024
99aec31
Change ratio
Muennighoff Jul 21, 2024
a43eae8
Add conf
Muennighoff Jul 21, 2024
aaefc58
Conf
Muennighoff Jul 21, 2024
270271f
Adjust
Muennighoff Jul 21, 2024
c084d34
add conf
Muennighoff Jul 21, 2024
6789ee2
Fix conf
Muennighoff Jul 21, 2024
f084fa0
Adjust
Muennighoff Jul 21, 2024
14ee7e4
Add alt
Muennighoff Jul 21, 2024
f831adf
Fix typo; update script
Muennighoff Jul 23, 2024
26eb3f3
merge main
Muennighoff Jul 23, 2024
0a3b076
add moe reorder
Muennighoff Jul 23, 2024
d6ccbf0
Add datafix
Muennighoff Jul 23, 2024
6a2c17e
Max doc len MoE
Muennighoff Jul 23, 2024
9ccb2f1
add fa varlen
Muennighoff Jul 23, 2024
f5291ec
Add conf
Muennighoff Jul 23, 2024
ed571a8
add conf
Muennighoff Jul 24, 2024
71d2d2a
fix conf
Muennighoff Jul 24, 2024
8b72521
fixconf
Muennighoff Jul 24, 2024
fc822a0
fixonf
Muennighoff Jul 24, 2024
1ccaf9a
fix
Muennighoff Jul 24, 2024
c157441
Add 8k
Muennighoff Jul 25, 2024
06b8010
add conf
Muennighoff Jul 26, 2024
cf31e53
conf
Muennighoff Jul 26, 2024
a750fde
Adapt
Muennighoff Jul 31, 2024
c853a43
Merge branch 'main' into Muennighoff/MoE
Muennighoff Jul 31, 2024
bea80ec
Sort
Muennighoff Jul 31, 2024
dfdcfc5
Simplify configs for merge
Muennighoff Jul 31, 2024
4606598
Update megablocks installation
Muennighoff Aug 1, 2024
f6c707d
Simplify
Muennighoff Aug 1, 2024
76f0376
Simplify
Muennighoff Aug 1, 2024
9631c80
typing & changes
Muennighoff Aug 1, 2024
2fa2acb
Format
Muennighoff Aug 1, 2024
c517703
Change torch.tensor to Any so type check passes?
Muennighoff Aug 1, 2024
b4eb33f
Simplify
Muennighoff Aug 1, 2024
ae6f16a
Simplify
Muennighoff Aug 1, 2024
02781be
Sort
Muennighoff Aug 1, 2024
a62a1ee
Fix type checks
Muennighoff Aug 1, 2024
0ecd4b8
Format
Muennighoff Aug 1, 2024
d8452a0
Fix typo; MoEArgs func
Muennighoff Aug 3, 2024
8a28ced
Format
Muennighoff Aug 3, 2024
91f5553
Check for act ckpt strategy & moe; fix typo
Muennighoff Aug 3, 2024
61ac104
fix import
Muennighoff Aug 3, 2024
f4faf8a
Sort impot
Muennighoff Aug 20, 2024
fdc1021
Merge branch 'main' into Muennighoff/MoE
Muennighoff Aug 20, 2024
ed82181
Fix typo
Muennighoff Aug 21, 2024
b0cc754
Simplify isinstance
Muennighoff Aug 21, 2024
ca9b41f
Clean conf & move constructor
Muennighoff Aug 21, 2024
215c0f5
Add ref
Muennighoff Sep 4, 2024
43baf74
Merge main
Muennighoff Sep 4, 2024
775e514
Sort imports
Muennighoff Sep 4, 2024
cd0004b
Format
Muennighoff Sep 4, 2024
acb23dd
No exp ass
Muennighoff Sep 12, 2024
a143469
Revert
Muennighoff Sep 12, 2024
1a4bdae
Simplify
Muennighoff Sep 12, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added `OLMoE`: Configurations & modeling for training Mixture-of-Experts models.
- Added support for document masking via flash-attn during training with `--data.generate_doc_lengths`.
- Added config options for `model.norm_after`, `model.scale_emb_init`, and `auxiliary_loss_multiplier` (used with zloss).
- Added scripts for running experiments on qk_norm, norm reordering, and zloss.
Expand Down
1,494 changes: 1,494 additions & 0 deletions configs/official/OLMoE-7B-A1B.yaml

Large diffs are not rendered by default.

99 changes: 99 additions & 0 deletions olmo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import numpy as np
import torch
import torch.nn.functional as F
from omegaconf import DictConfig, ListConfig
from omegaconf import OmegaConf as om
from omegaconf.errors import OmegaConfBaseException
Expand Down Expand Up @@ -198,6 +199,11 @@ class BlockType(StrEnum):
implementations of operations like attention to imitate the behavior of Llama.
"""

moe = "moe"
"""
A block for OLMoE-style Mixture-of-Experts models.
"""


class InitFnType(StrEnum):
mitchell = "mitchell"
Expand Down Expand Up @@ -457,6 +463,61 @@ class ModelConfig(BaseConfig):
See :data:`TrainConfig.precision` instead.
"""

moe_num_experts: Optional[int] = 8
"""
The number of experts to use in the MoE block.
"""

moe_top_k: Optional[int] = 2
Copy link
Member

Choose a reason for hiding this comment

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

If these are Optional, what does it mean when it's None?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

They're optional when no MoE is used, otherwise required. Is this not an acceptable usage of Optional[int]? Can change it

Copy link
Collaborator

Choose a reason for hiding this comment

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

In my opinion, when we have a config setting that is not always required we should either 1) always make it optional type, set it to None by default, and set it in every config when it is needed; or 2) don't make it optional type unless None is needed. I prefer 1 since it makes our config more readable (less irrelevant settings) and slightly more backwards compatible.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I can change it to option 1) if others agree? Note that there's other params not following this:

    embedding_size: Optional[int] = 50304
    gen1_gc_interval: Optional[int] = 1
    distributed_strategy: Optional[DistributedStrategy] = DistributedStrategy.fsdp
    fsdp: Optional[FSDPConfig] = field(default_factory=FSDPConfig)
    auxiliary_loss_multiplier: Optional[float] = 1e-4

Copy link
Member

Choose a reason for hiding this comment

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

Do you actually rely on the defaults you put in here anywhere? If not, let's go with Shane's version, and default these to None. I assume something somewhere will fail if they are not set and you need them.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Do you actually rely on the defaults you put in here anywhere?

Yes quite a lot, e.g. the loss weights; the use of dropless MoEs (moe_dropless); leaving moe_interleave,moe_lbl_in_fp32,moe_shared_expert as False

Actually, I don't think setting them all to None is a good idea, as it means that everytime we add a new MoE-specific configuration parameter all MoE configs become outdated since every MoE-specific configuration parameter is Optional in that dense.

I can also remove the Optional from it as they have defaults anyways but then as seen in the examples I pasted above, we do have Optional config params with default values in the codebase anyways.

Copy link
Member

Choose a reason for hiding this comment

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

If it doesn't break everything, I'd prefer to have a special config object for MoE, which is Optional, but none of the items inside of that object are Optional. This may break backwards compatibility with the model we already released though?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes it would break compat with the configs we released but can pin a commit to our released repo if people want to reuse our configs to reproduce things exactly

Copy link
Member

Choose a reason for hiding this comment

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

Hm, that's unfortunate, but I think I prefer the MoEConfigObject. It reduces the impact on old-school dense model training.

"""
The number of experts to select for each token.
"""

moe_mlp_impl: Optional[str] = "sparse"
"""
Choose "grouped" for grouped GEMM installable via `pip install git+https://[email protected]/tgale96/grouped_gemm.git@66c7195e35e8c4f22fa6a014037ef511bfa397cb`.
"""

moe_log_expert_assignment: Optional[bool] = True
"""
Whether to log the expert assignment.
"""

moe_shared_expert: Optional[bool] = False
"""
Whether to have an always-used expert like in [DeepSeekMoE](https://arxiv.org/abs/2401.06066).
"""

moe_lbl_in_fp32: Optional[bool] = False
"""
Whether to perform load balancing in FP32.
"""

moe_interleave: Optional[bool] = False
"""
Interleave sequential with MoE blocks starting with sequential.
"""
Comment on lines +496 to +499
Copy link
Member

Choose a reason for hiding this comment

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

You tried this? Do we need this setting? I am interested in interleaving, especially with SSM layers, but I don't think we'd want to do it like this. If we don't need this for any config you have run or described in the paper, I'd rather take out this functionality.


moe_loss_weight: Optional[float] = 0.1
"""
The weight to use for the MoE load balancing loss.
"""

moe_zloss_weight: Optional[float] = None
"""
Weight for MoE router z-loss where None means no router z-loss. 0.001 is a common value.
"""

moe_dropless: Optional[bool] = True
"""
Whether to use [dMoE](https://arxiv.org/abs/2211.15841).
"""

moe_capacity_factor: Optional[float] = 1.25
"""
The capacity factor to use in the MoE block. Only applies if not using dMoE.
"""

scale_emb_init: bool = False
"""
If ``True``, embeddings are scaled up by ``sqrt(d_model)`` during initialization.
Expand Down Expand Up @@ -1266,3 +1327,41 @@ def update_legacy_settings(cls, config: D) -> D:
new_config.optimizer = OptimizerConfig.update_legacy_settings(new_config.optimizer)

return new_config


def config_to_moe_args(config: ModelConfig) -> Dict[str, Any]:
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it would be better to have this as an instance method of ModelConfig that can be invoked with something like config.build_moe_args()

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think the moe args may include things outside of the ModelConfig in the future. Currently, I put some things that may be considered as TrainingConfig params like moe_zloss_weight in the ModelConfig but in case we move them in the future to TrainingConfig then it would not only use the ModelConfig anymore.

from .model import Activation
from megablocks.layers.arguments import Arguments as MoEArgs

hidden_size = (
config.mlp_hidden_size if config.mlp_hidden_size is not None else config.mlp_ratio * config.d_model
)
act = Activation.build(config)
num_layers = config.n_layers // 2 if config.moe_interleave else config.n_layers
kwargs = {
"activation_fn": F.silu if "swiglu" in config.activation_type.lower() else Activation.build(config),
"mlp_type": "glu" if "glu" in config.activation_type.lower() else "mlp",
"mlp_impl": config.moe_mlp_impl,
"hidden_size": config.d_model,
"ffn_hidden_size": int(act.output_multiplier * hidden_size),
"moe_num_experts": config.moe_num_experts,
"num_layers": num_layers,
# Handled by FSDP (https://github.com/databricks/megablocks/issues/57#issuecomment-1854594483)
"moe_weight_parallelism": False,
"moe_expert_model_parallelism": False,
"moe_top_k": config.moe_top_k,
"moe_capacity_factor": config.moe_capacity_factor,
"moe_loss_weight": config.moe_loss_weight,
"device": config.init_device,
# Handled by FSDP
"bf16": False,
"fp16": False,
"bias": config.include_bias,
"return_bias": False,
"shared_expert": config.moe_shared_expert,
"moe_lbl_in_fp32": config.moe_lbl_in_fp32,
}
if config.moe_zloss_weight:
kwargs["moe_zloss_weight"] = config.moe_zloss_weight

return MoEArgs(**kwargs)
10 changes: 8 additions & 2 deletions olmo/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ def init_normal(
# weights
if init_cutoff_factor is not None:
cutoff_value = init_cutoff_factor * std
nn.init.trunc_normal_(module.weight, mean=0.0, std=std, a=-cutoff_value, b=cutoff_value)
if hasattr(module, "weight"):
nn.init.trunc_normal_(module.weight, mean=0.0, std=std, a=-cutoff_value, b=cutoff_value)
else:
nn.init.trunc_normal_(module, mean=0.0, std=std, a=-cutoff_value, b=cutoff_value)
dirkgr marked this conversation as resolved.
Show resolved Hide resolved
else:
nn.init.normal_(module.weight, mean=0.0, std=std)
if hasattr(module, "weight"):
nn.init.normal_(module.weight, mean=0.0, std=std)
else:
nn.init.normal_(module, mean=0.0, std=std)

# biases
if isinstance(module, nn.Linear) and module.bias is not None:
Expand Down
Loading