Skip to content

Commit 8436a92

Browse files
authored
[Docs] Update model template link address (#3007)
docs: Update model template link address
1 parent 2ec4e38 commit 8436a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compilation/compile_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ Note that ``CONFIG`` is a positional argument. Arguments wrapped with ``[ ]`` ar
996996

997997
--conv-template CONV_TEMPLATE Conversation template. It depends on how the model is tuned. Use "LM" for vanilla base model
998998
For existing pre-defined templates, see ``CONV_TEMPLATES``
999-
`here <https://github.com/mlc-ai/mlc-llm/blob/main/python/mlc_llm/compiler/model/model.py>`_.
999+
`here <https://github.com/mlc-ai/mlc-llm/blob/main/python/mlc_llm/model/model.py>`_.
10001000

10011001
--context-window-size CONTEXT_WINDOW_SIZE Option to provide the maximum sequence length supported by the model.
10021002
This is usually explicitly shown as context length or context window in the model card.

0 commit comments

Comments
 (0)