Skip to content

Commit 733e9b3

Browse files
committed
Register mistral-24b
1 parent 9b4c92a commit 733e9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/tt_transformers/tt/model_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def __init__(
571571
"Phi-3.5-mini-instruct": {"N150": 128, "N300": 128, "T3K": 128, "TG": 128, "P150x4": 128},
572572
"QwQ-32B": {"N150": None, "N300": None, "T3K": 64, "TG": 128, "P150x4": 128},
573573
"Qwen3-32B": {"N150": None, "N300": None, "T3K": 64, "TG": 128, "P150x4": 128},
574-
"Mistral-Small-3.1-24B-Instruct-2503": {"N150": 8, "N300": 128, "T3K": 128, "TG": 128, "P150x4": 128},
574+
"Mistral-Small-3.1-24B": {"N150": 8, "N300": 128, "T3K": 128, "TG": 128, "P150x4": 128},
575575
}
576576
try:
577577
max_prefill_chunk_size_div1024 = MAX_PREFILL_CHUNK_SIZES_DIV1024[self.base_model_name][self.device_name]

0 commit comments

Comments
 (0)