From 8b21611e51b6bc5323ff9123ca1419abd8a8aa6c Mon Sep 17 00:00:00 2001 From: Sri Harsha Pamu Date: Sun, 9 Feb 2025 09:54:26 -0800 Subject: [PATCH] rm temp argument --- llms/mlx_lm/examples/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llms/mlx_lm/examples/chat.py b/llms/mlx_lm/examples/chat.py index 4a7020f1..dcd90b67 100644 --- a/llms/mlx_lm/examples/chat.py +++ b/llms/mlx_lm/examples/chat.py @@ -23,7 +23,6 @@ response = generate( tokenizer, prompt=prompt, verbose=True, - temp=0.0, prompt_cache=prompt_cache, )