Skip to content

Commit

Permalink
review: remove commented import
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Oct 11, 2024
1 parent 3b0d2e0 commit fa4b706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

from jetstream_pt.third_party.gemma import config as gemma_config
from jetstream_pt.third_party.gemma.model import GemmaModel

#.model_exportable import Transformer, model_args
from transformers import GemmaConfig, GenerationConfig, GenerationMixin


Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

from jetstream_pt.third_party.mixtral import config as mixtral_config
from jetstream_pt.third_party.mixtral.model import Transformer

#.model_exportable import Transformer, model_args
from transformers import MixtralConfig, GenerationConfig, GenerationMixin
from transformers import GenerationConfig, GenerationMixin, MixtralConfig


class MixtralModelHf(Transformer, GenerationMixin):
Expand Down

0 comments on commit fa4b706

Please sign in to comment.