Skip to content

Commit 52ca549

Browse files
committed
small comment nit
1 parent ae43243 commit 52ca549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/mamba2/convert_mamba2_ssm_checkpoint_to_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def convert_mamba2_checkpoint_file_to_huggingface_model_file(
192192
type=str,
193193
default=None,
194194
required=False,
195-
help="Path to a tokenizer file.",
195+
help="Path to a `codestral` tokenizer file.",
196196
)
197197
args = parser.parse_args()
198198

0 commit comments

Comments
 (0)