Skip to content

Commit

Permalink
format with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGuge committed Dec 19, 2023
1 parent 29afaa9 commit 9e07b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddlenlp/experimental/transformers/qwen/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
from paddlenlp.experimental.transformers.generation_utils import (

Check warning on line 28 in paddlenlp/experimental/transformers/qwen/modeling.py

View check run for this annotation

Codecov / codecov/patch

paddlenlp/experimental/transformers/qwen/modeling.py#L28

Added line #L28 was not covered by tests
GenerationInferenceModel,
)
from paddlenlp.transformers import QWenConfig, QWenPretrainedModel
from paddlenlp.transformers.model_outputs import (

Check warning on line 32 in paddlenlp/experimental/transformers/qwen/modeling.py

View check run for this annotation

Codecov / codecov/patch

paddlenlp/experimental/transformers/qwen/modeling.py#L31-L32

Added lines #L31 - L32 were not covered by tests
BaseModelOutputWithPast,
CausalLMOutputWithPast,
)
from paddlenlp.transformers import QWenPretrainedModel, QWenConfig
from paddlenlp.transformers.qwen.modeling import QWenLMHead, QWenPretrainingCriterion
from paddlenlp.transformers.model_utils import (

Check warning on line 36 in paddlenlp/experimental/transformers/qwen/modeling.py

View check run for this annotation

Codecov / codecov/patch

paddlenlp/experimental/transformers/qwen/modeling.py#L36

Added line #L36 was not covered by tests
dy2st_nocheck_guard_context,
register_base_model,
)
from paddlenlp.transformers.qwen.modeling import QWenLMHead, QWenPretrainingCriterion

Check warning on line 40 in paddlenlp/experimental/transformers/qwen/modeling.py

View check run for this annotation

Codecov / codecov/patch

paddlenlp/experimental/transformers/qwen/modeling.py#L40

Added line #L40 was not covered by tests

__all__ = ["QWenForCausalLMInferenceModel"]

Check warning on line 42 in paddlenlp/experimental/transformers/qwen/modeling.py

View check run for this annotation

Codecov / codecov/patch

paddlenlp/experimental/transformers/qwen/modeling.py#L42

Added line #L42 was not covered by tests

Expand Down

0 comments on commit 9e07b6d

Please sign in to comment.