From 240217daae41bab541767e7919a865a3e1c0954b Mon Sep 17 00:00:00 2001 From: Yuri Khrustalev Date: Thu, 20 Nov 2025 14:00:36 +0000 Subject: [PATCH] Update LEAP sdk manifest: leap/Q5_K_M.json --- leap/Q5_K_M.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 leap/Q5_K_M.json diff --git a/leap/Q5_K_M.json b/leap/Q5_K_M.json new file mode 100644 index 0000000..3d860c7 --- /dev/null +++ b/leap/Q5_K_M.json @@ -0,0 +1,14 @@ +{ + "inference_type": "llama.cpp/text-to-text", + "schema_version": "1.0.0", + "load_time_parameters": { + "model": "../LFM2-2.6B-Q5_K_M.gguf" + }, + "generation_time_parameters": { + "sampling_parameters": { + "temperature": 0.3, + "min_p": 0.15, + "repetition_penalty": 1.05 + } + } +} \ No newline at end of file