Skip to content

Commit f1f1a02

Browse files
authored
feat(managed-inf): update bring your own model documentation (#5514)
1 parent 74c0ce6 commit f1f1a02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/managed-inference/reference-content/supported-models.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ Your model repository must include:
5151
* If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model.
5252
* A chat template included in either:
5353
* `tokenizer_config.json` as a `chat_template` field, or
54-
* `chat_template.json` as a `chat_template` field
54+
* the `chat_template.json` file or `chat_template.jinja`
55+
56+
<Message type="tip">
57+
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.
58+
</Message>
5559

5660
#### Supported model types
5761

0 commit comments

Comments
 (0)