From 28f3b971d21e469fb985f384db10a03982c4ce12 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 12 Dec 2023 00:59:30 +1100 Subject: [PATCH] Update mistral.py --- unsloth/models/mistral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/mistral.py b/unsloth/models/mistral.py index 4d91e98371..0c13f998f7 100644 --- a/unsloth/models/mistral.py +++ b/unsloth/models/mistral.py @@ -14,7 +14,7 @@ from .llama import * -from transformers.models.llama.modeling_mistral import ( +from transformers.models.mistral.modeling_mistral import ( MistralAttention, MistralDecoderLayer, MistralModel,