Update mistral.py

This commit is contained in:
Daniel Han-Chen 2023-12-12 00:59:30 +11:00
commit 28f3b971d2

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,