Skip to content

Commit cc5bde0

Browse files
committed
DCO fix
Signed-off-by: Dipankar Sarkar <[email protected]>
1 parent 2e8f0a2 commit cc5bde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/onboarding_guide/causallm/example_pytorch_transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
from typing import Callable, Optional, Tuple, Union
2929

3030
from torch import nn
31-
32-
# Example imports for three representative models
3331
from transformers.models.blueprint.modeling_blueprint import (
3432
BlueprintAttention,
3533
BlueprintDecoderLayer,
@@ -56,6 +54,8 @@
5654
from QEfficient.base.pytorch_transforms import ExternalModuleMapperTransform, ModuleMappingTransform
5755
from QEfficient.customop import CustomRMSNormAIC
5856
from QEfficient.transformers.embeddings.embedding_utils import POOLING_MAP, PooledModel, validate_user_pooling_function
57+
58+
# Example imports for three representative models
5959
from QEfficient.transformers.models.blueprint.modeling_blueprint import (
6060
QEffBlueprintAttention,
6161
QEffBlueprintDecoderLayer,

0 commit comments

Comments
 (0)