Update mistral.py

This commit is contained in:
Daniel Han-Chen 2023-12-12 00:59:30 +11:00
parent 3c790a6680
commit 870ca65421

View file

@ -14,7 +14,7 @@
from .llama import *
from transformers.models.llama.modeling_mistral import (
from transformers.models.mistral.modeling_mistral import (
MistralAttention,
MistralDecoderLayer,
MistralModel,