Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpissarra committed Dec 6, 2023
1 parent 15deae3 commit bae0293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mlc_chat/support/auto_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def detect_mlc_chat_config(mlc_chat_config: str) -> Path:
Parameters
---------
mlc_chat_config : Union[str, pathlib.Path]
mlc_chat_config : str
The path to `mlc-chat-config.json`, or the directory containing
`mlc-chat-config.json`.
Expand Down Expand Up @@ -71,7 +71,7 @@ def detect_config(config: str) -> Path:
Parameters
---------
config : Union[str, pathlib.Path]
config : str
The preset name of the model, or the path to `config.json`, or the directory containing
`config.json`.
Expand Down

0 comments on commit bae0293

Please sign in to comment.