Skip to content

Commit 88f057c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2632916 commit 88f057c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colossalai/shardformer/policies/mistral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
from ..modeling.mistral import (
2020
MistralForwards,
21+
get_lm_forward_with_dist_cross_entropy,
2122
get_mistral_flash_attention_forward,
2223
get_mistral_model_forward_for_flash_attn,
23-
get_lm_forward_with_dist_cross_entropy,
2424
)
2525
from .base_policy import ModulePolicyDescription, Policy, SubModuleReplacementDescription
2626

0 commit comments

Comments
 (0)