Skip to content

Commit 04cbd3a

Browse files
authored
Merge branch 'main' into fpagny-patch-3
2 parents c5cf9af + 21afd8c commit 04cbd3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Your model repository must include:
5353
* An `architectures` array (see [supported architectures](#supported-models-architecture) for the exact list of supported values).
5454
* `max_position_embeddings`
5555
* Model weights in the [`.safetensors`](https:/huggingface.co/docs/safetensors/index) format
56+
* A `tokenizer.json` file
57+
* If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model.
5658
* A chat template included in either:
5759
* `tokenizer_config.json` as a `chat_template` field, or
5860
* `chat_template.json` as a `chat_template` field

0 commit comments

Comments
 (0)