diff --git a/pages/managed-inference/reference-content/supported-models.mdx b/pages/managed-inference/reference-content/supported-models.mdx index 656b1589ff..1ac29d77c9 100644 --- a/pages/managed-inference/reference-content/supported-models.mdx +++ b/pages/managed-inference/reference-content/supported-models.mdx @@ -51,7 +51,11 @@ Your model repository must include: * If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model. * A chat template included in either: * `tokenizer_config.json` as a `chat_template` field, or - * `chat_template.json` as a `chat_template` field + * the `chat_template.json` file or `chat_template.jinja` + + +If you have both a `chat_template` field in the `tokenizer_config.json` and a chat template file, the chat template file will be used. + #### Supported model types