Skip to content

Commit a24038f

Browse files
authored
feat(ifr): update bring your own model documentation
1 parent c9ecaf6 commit a24038f

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+
* in the file `chat_template.json` 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)