mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-02-01 08:13:38 +00:00
[model] support for LiquidAI's LFM2.5 (Liquid Foundation Models) (#9726)
This commit is contained in:
@@ -1493,6 +1493,19 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"LFM2.5-1.2B": {
|
||||
DownloadSource.DEFAULT: "LiquidAI/LFM2.5-1.2B-Base",
|
||||
},
|
||||
"LFM2.5-1.2B-Instruct": {
|
||||
DownloadSource.DEFAULT: "LiquidAI/LFM2.5-1.2B-Instruct",
|
||||
},
|
||||
},
|
||||
template="lfm",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Llama-7B": {
|
||||
|
||||
Reference in New Issue
Block a user