Skip to content

Commit

Permalink
fix linting after merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyingshu committed Feb 6, 2025
1 parent 7971fec commit a90e6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mindone/transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
GemmaModel,
GemmaPreTrainedModel,
)
from .models.llama import LlamaForCausalLM, LlamaForSequenceClassification, LlamaModel, LlamaPreTrainedModel
from .models.gemma2 import Gemma2Model, Gemma2PreTrainedModel
from .models.llama import LlamaForCausalLM, LlamaForSequenceClassification, LlamaModel, LlamaPreTrainedModel
from .models.mt5 import (
MT5_PRETRAINED_MODEL_ARCHIVE_LIST,
MT5EncoderModel,
Expand Down
2 changes: 1 addition & 1 deletion mindone/transformers/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import bert, bit, blip_2, clip, dpt, gemma, llama, gemma2, t5, umt5, xlm_roberta
from . import bert, bit, blip_2, clip, dpt, gemma, gemma2, llama, t5, umt5, xlm_roberta

0 comments on commit a90e6f8

Please sign in to comment.