chore(llm-tool): add the top_p option in the llm-tool (#41)
* chore: add top p option in llm-tool * chore: wire up the top p with async generate
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
argument = "--model mlx-community/CodeLlama-13b-Instruct-hf-4bit-MLX"
|
||||
isEnabled = "NO">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "--top-p 0.95"
|
||||
isEnabled = "NO">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "--model mlx-community/c4ai-command-r-v01-4bit"
|
||||
isEnabled = "YES">
|
||||
|
||||
Reference in New Issue
Block a user