1 parent 3479ea3 commit 39b4cadCopy full SHA for 39b4cad
1 file changed
README.md
@@ -30,8 +30,8 @@ The [mlx-community](https://huggingface.co/mlx-community) organization is a usef
30
31
MLX models can use the following model options:
32
33
-- `-o max_tokens 20`: Maximum number of tokens to generate in the completion.
34
-- `-o unlimited 1`: Generate an unlimited number of tokens in the completion.
+- `-o max_tokens INTEGER`: Maximum number of tokens to generate in the completion (defaults to 1024)
+- `-o unlimited 1`: Generate an unlimited number of tokens in the completion
35
- `-o temperature FLOAT`: Sampling temperature (defaults to 0.8)
36
- `-o top_p FLOAT`: Sampling top-p (defaults to 0.9)
37
- `-o min_p FLOAT`: Sampling min-p (defaults to 0.1)
0 commit comments