From a24038fa2bea49c772f3a78b761175a0717b0672 Mon Sep 17 00:00:00 2001
From: navyblueglove <47873609+reda-maizate@users.noreply.github.com>
Date: Thu, 11 Sep 2025 14:52:25 +0200
Subject: [PATCH 1/2] feat(ifr): update bring your own model documentation
---
.../reference-content/supported-models.mdx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pages/managed-inference/reference-content/supported-models.mdx b/pages/managed-inference/reference-content/supported-models.mdx
index 656b1589ff..a2777de0b7 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
+ * in the file `chat_template.json` 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
From ac139479d368f0d76a15619a020de9c8147f5f2f Mon Sep 17 00:00:00 2001
From: Benedikt Rollik
Date: Mon, 15 Sep 2025 09:47:43 +0200
Subject: [PATCH 2/2] Update
pages/managed-inference/reference-content/supported-models.mdx
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com>
---
pages/managed-inference/reference-content/supported-models.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/managed-inference/reference-content/supported-models.mdx b/pages/managed-inference/reference-content/supported-models.mdx
index a2777de0b7..1ac29d77c9 100644
--- a/pages/managed-inference/reference-content/supported-models.mdx
+++ b/pages/managed-inference/reference-content/supported-models.mdx
@@ -51,7 +51,7 @@ 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
- * in the file `chat_template.json` or `chat_template.jinja`
+ * 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.