From 1ced1b00ca9c2457fcbf0e54ffcffe58f53fb4fd Mon Sep 17 00:00:00 2001 From: Sri Harsha Pamu Date: Sun, 9 Feb 2025 11:39:11 -0800 Subject: [PATCH] rm temp argument (#1267) --- 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, )