From 8436a92d03ac7fc3119c56943dd30955215a542e Mon Sep 17 00:00:00 2001 From: Kaneki Date: Thu, 7 Nov 2024 11:08:03 +0800 Subject: [PATCH] [Docs] Update model template link address (#3007) docs: Update model template link address --- docs/compilation/compile_models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compilation/compile_models.rst b/docs/compilation/compile_models.rst index 6eda3b3537..690cf418b0 100644 --- a/docs/compilation/compile_models.rst +++ b/docs/compilation/compile_models.rst @@ -996,7 +996,7 @@ Note that ``CONFIG`` is a positional argument. Arguments wrapped with ``[ ]`` ar --conv-template CONV_TEMPLATE Conversation template. It depends on how the model is tuned. Use "LM" for vanilla base model For existing pre-defined templates, see ``CONV_TEMPLATES`` - `here `_. + `here `_. --context-window-size CONTEXT_WINDOW_SIZE Option to provide the maximum sequence length supported by the model. This is usually explicitly shown as context length or context window in the model card.