We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c0ce6 commit f1f1a02Copy full SHA for f1f1a02
pages/managed-inference/reference-content/supported-models.mdx
@@ -51,7 +51,11 @@ Your model repository must include:
51
* If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model.
52
* A chat template included in either:
53
* `tokenizer_config.json` as a `chat_template` field, or
54
- * `chat_template.json` as a `chat_template` field
+ * 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>
59
60
#### Supported model types
61
0 commit comments