Update 3 LEAP sdk manifests

This commit is contained in:
Yuri Khrustalev
2025-11-10 16:21:53 +00:00
committed by system
parent ce4d10db2d
commit 8a4cac1ad0
3 changed files with 42 additions and 0 deletions

14
leap/Q4_0.json Normal file
View File

@@ -0,0 +1,14 @@
{
"inference_type": "llama.cpp/text-to-text",
"schema_version": "1.0.0",
"load_time_parameters": {
"model": "../LFM2-2.6B-Q4_0.gguf"
},
"generation_time_parameters": {
"sampling_parameters": {
"temperature": 0.3,
"min_p": 0.15,
"repetition_penalty": 1.05
}
}
}

14
leap/Q4_K_M.json Normal file
View File

@@ -0,0 +1,14 @@
{
"inference_type": "llama.cpp/text-to-text",
"schema_version": "1.0.0",
"load_time_parameters": {
"model": "../LFM2-2.6B-Q4_K_M.gguf"
},
"generation_time_parameters": {
"sampling_parameters": {
"temperature": 0.3,
"min_p": 0.15,
"repetition_penalty": 1.05
}
}
}

14
leap/Q8_0.json Normal file
View File

@@ -0,0 +1,14 @@
{
"inference_type": "llama.cpp/text-to-text",
"schema_version": "1.0.0",
"load_time_parameters": {
"model": "../LFM2-2.6B-Q8_0.gguf"
},
"generation_time_parameters": {
"sampling_parameters": {
"temperature": 0.3,
"min_p": 0.15,
"repetition_penalty": 1.05
}
}
}