Skip to content

Commit c141073

Browse files
committed
Add Support for mistralai/Mistral-Small-3.1-24B-Instruct-2503 model
1 parent 5df1a6c commit c141073

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

models/tt_transformers/tt/model_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,8 @@ def prepare_residual_tensor_prefill(self, x_bsh, force_replicated=False):
13801380

13811381
def _get_text_prefix(self):
13821382
if self.is_vision():
1383+
if "Mistral-Small-3.1-24B-Instruct-2503" in self.model_name:
1384+
return "language_model."
13831385
return "text_model."
13841386
else:
13851387
return ""
8.35 KB
Loading
48.4 KB
Loading

0 commit comments

Comments
 (0)