Skip to content

Commit

Permalink
[Docs] Update model template link address (#3007)
Browse files Browse the repository at this point in the history
docs: Update model template link address
  • Loading branch information
Kaneki-x authored Nov 7, 2024
1 parent 2ec4e38 commit 8436a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compilation/compile_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/mlc-ai/mlc-llm/blob/main/python/mlc_llm/compiler/model/model.py>`_.
`here <https://github.com/mlc-ai/mlc-llm/blob/main/python/mlc_llm/model/model.py>`_.

--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.
Expand Down

0 comments on commit 8436a92

Please sign in to comment.