diff --git a/lfm/help/deprecations.mdx b/lfm/help/deprecations.mdx index cb6140b..57057d3 100644 --- a/lfm/help/deprecations.mdx +++ b/lfm/help/deprecations.mdx @@ -38,6 +38,22 @@ Deprecated models remain available for download on Hugging Face, but they are no + + LFM2-2.6B + LFM2.5-2.6B + + + + + + + LFM2-2.6B-Exp + LFM2.5-2.6B + + + ✗ + ✗ + LFM2-350M LFM2.5-350M diff --git a/lfm/models/complete-library.mdx b/lfm/models/complete-library.mdx index 2ca38b3..97478b1 100644 --- a/lfm/models/complete-library.mdx +++ b/lfm/models/complete-library.mdx @@ -96,8 +96,6 @@ Quantization reduces model size and speeds up inference with minimal quality los | [LFM2.5-2.6B](/lfm/models/lfm25-2.6b) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-MLX) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-ONNX) | Yes (TRL) | | [LFM2.5-8B-A1B](/lfm/models/lfm25-8b-a1b) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B) | [✓](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B-ONNX) | Yes (TRL) | | [LFM2-24B-A2B](/lfm/models/lfm2-24b-a2b) | LFM2 | [✓](https://huggingface.co/LiquidAI/LFM2-24B-A2B) | [✓](https://huggingface.co/LiquidAI/LFM2-24B-A2B-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2-24B-A2B-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2-24B-A2B-ONNX) | Yes (TRL) | -| [LFM2-2.6B](/lfm/models/lfm2-2.6b) | LFM2 | [✓](https://huggingface.co/LiquidAI/LFM2-2.6B) | [✓](https://huggingface.co/LiquidAI/LFM2-2.6B-GGUF) | [✓](https://huggingface.co/mlx-community/LFM2-2.6B-8bit) | [✓](https://huggingface.co/onnx-community/LFM2-2.6B-ONNX) | Yes (TRL) | -| [LFM2-2.6B-Exp](/lfm/models/lfm2-2.6b-exp) | LFM2 | [✓](https://huggingface.co/LiquidAI/LFM2-2.6B-Exp) | [✓](https://huggingface.co/LiquidAI/LFM2-2.6B-Exp-GGUF) | ✗ | ✗ | Yes (TRL) | | [LFM2-700M](/lfm/models/lfm2-700m) | LFM2 | [✓](https://huggingface.co/LiquidAI/LFM2-700M) | [✓](https://huggingface.co/LiquidAI/LFM2-700M-GGUF) | [✓](https://huggingface.co/mlx-community/LFM2-700M-8bit) | [✓](https://huggingface.co/onnx-community/LFM2-700M-ONNX) | Yes (TRL) | | **Vision Language Models** | | | | | | | | [LFM2.5-VL-3B](/lfm/models/lfm25-vl-3b) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-VL-3B) | [✓](https://huggingface.co/LiquidAI/LFM2.5-VL-3B-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-VL-3B-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-VL-3B-ONNX) | Yes (TRL) | diff --git a/lfm/models/lfm2-2.6b-exp.mdx b/lfm/models/lfm2-2.6b-exp.mdx index c263eb0..9d7d823 100644 --- a/lfm/models/lfm2-2.6b-exp.mdx +++ b/lfm/models/lfm2-2.6b-exp.mdx @@ -1,6 +1,6 @@ --- title: "LFM2-2.6B-Exp" -description: "RL-only post-trained 2.6B model with improved math and reasoning capabilities" +description: "RL-only post-trained 2.6B model with improved math and reasoning capabilities (deprecated - use LFM2.5-2.6B instead)" --- import { TextTransformers } from "/snippets/quickstart/text-transformers.mdx"; @@ -10,6 +10,10 @@ import { TextLlamacpp } from "/snippets/quickstart/text-llamacpp.mdx"; ← Back to Text Models + +This model is deprecated. Use [LFM2.5-2.6B](/lfm/models/lfm25-2.6b) for improved agentic capabilities, 128K context, and native tool calling. + + LFM2-2.6B-Exp is an experimental checkpoint of LFM2-2.6B with RL-only post-training, delivering improved performance on math and reasoning benchmarks. Use this model when you need stronger analytical capabilities.
diff --git a/lfm/models/lfm2-2.6b.mdx b/lfm/models/lfm2-2.6b.mdx index e71bbde..a795618 100644 --- a/lfm/models/lfm2-2.6b.mdx +++ b/lfm/models/lfm2-2.6b.mdx @@ -1,6 +1,6 @@ --- title: "LFM2-2.6B" -description: "Highly capable 2.6B parameter model for deployment on most phones and laptops" +description: "Highly capable 2.6B parameter model for deployment on most phones and laptops (deprecated - use LFM2.5-2.6B instead)" --- import { TextTransformers } from "/snippets/quickstart/text-transformers.mdx"; @@ -10,6 +10,10 @@ import { TextLlamacpp } from "/snippets/quickstart/text-llamacpp.mdx"; ← Back to Text Models + +This model is deprecated. Use [LFM2.5-2.6B](/lfm/models/lfm25-2.6b) for improved agentic capabilities, 128K context, and native tool calling. + + LFM2-2.6B is a versatile mid-sized model delivering strong performance across chat, reasoning, and tool-calling tasks. Optimized for deployment on consumer devices including phones and laptops.
diff --git a/lfm/models/text-models.mdx b/lfm/models/text-models.mdx index 153c54a..294942f 100644 --- a/lfm/models/text-models.mdx +++ b/lfm/models/text-models.mdx @@ -92,18 +92,6 @@ icon: "comment" Our largest model for laptops and single-GPU applications. - - 2.6B - - Highly capable model for deployment on most phones and laptops. - - - - 2.6B - - RL-only post-trained checkpoint for improved math and reasoning. - - 700M