Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Apr 11, 2024
1 parent 073eb7e commit 135b341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion llmfoundry/models/layers/ffn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import torch.nn as nn
from torch.distributed._tensor import DeviceMesh, DTensor, Placement, Shard

from llmfoundry.models.layers.layer_builders import build_fc
from llmfoundry.models.layers.dmoe import dMoE
from llmfoundry.models.layers.layer_builders import build_fc

try:
import transformer_engine.pytorch as te
Expand Down
1 change: 0 additions & 1 deletion llmfoundry/models/utils/param_init_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from torch.distributed._tensor import DTensor

from llmfoundry.layers_registry import fcs, norms
from llmfoundry.layers_registry import norms
from llmfoundry.models.layers.dmoe import GLU, MLP

try:
Expand Down

0 comments on commit 135b341

Please sign in to comment.