初始化项目,由ModelHub XC社区提供模型
Model: LiquidAI/LFM2.5-VL-450M-GGUF Source: Original Platform
This commit is contained in:
15
leap/F16.json
Normal file
15
leap/F16.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"inference_type": "llama.cpp/image-to-text",
|
||||
"schema_version": "1.0.0",
|
||||
"load_time_parameters": {
|
||||
"model": "../LFM2.5-VL-450M-F16.gguf",
|
||||
"multimodal_projector": "../mmproj-LFM2.5-VL-450m-F16.gguf"
|
||||
},
|
||||
"generation_time_parameters": {
|
||||
"sampling_parameters": {
|
||||
"temperature": 0.1,
|
||||
"min_p": 0.15,
|
||||
"repetition_penalty": 1.05
|
||||
}
|
||||
}
|
||||
}
|
||||
15
leap/Q4_0.json
Normal file
15
leap/Q4_0.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"inference_type": "llama.cpp/image-to-text",
|
||||
"schema_version": "1.0.0",
|
||||
"load_time_parameters": {
|
||||
"model": "../LFM2.5-VL-450M-Q4_0.gguf",
|
||||
"multimodal_projector": "../mmproj-LFM2.5-VL-450m-Q8_0.gguf"
|
||||
},
|
||||
"generation_time_parameters": {
|
||||
"sampling_parameters": {
|
||||
"temperature": 0.1,
|
||||
"min_p": 0.15,
|
||||
"repetition_penalty": 1.05
|
||||
}
|
||||
}
|
||||
}
|
||||
15
leap/Q8_0.json
Normal file
15
leap/Q8_0.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"inference_type": "llama.cpp/image-to-text",
|
||||
"schema_version": "1.0.0",
|
||||
"load_time_parameters": {
|
||||
"model": "../LFM2.5-VL-450M-Q8_0.gguf",
|
||||
"multimodal_projector": "../mmproj-LFM2.5-VL-450m-Q8_0.gguf"
|
||||
},
|
||||
"generation_time_parameters": {
|
||||
"sampling_parameters": {
|
||||
"temperature": 0.1,
|
||||
"min_p": 0.15,
|
||||
"repetition_penalty": 1.05
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user