Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -38,6 +38,12 @@ base_model: LiquidAI/LFM2.5-8B-A1B-Base
38
 
39
  # LFM2.5-8B-A1B
40
 
 
 
 
 
 
 
41
  LFM2.5 is a new family of hybrid models designed for on-device deployment. It builds on the LFM2 architecture with extended pre-training and reinforcement learning.
42
 
43
  - **On-device personal assistant**: Designed to power real-life applications, chaining tool calls, and following complex instructions on all devices.
 
38
 
39
  # LFM2.5-8B-A1B
40
 
41
+ > [!IMPORTANT]
42
+ > **⚠️Important:**
43
+ > The tokenizer was updated after the original release to fix tool-calling issues in `llama.cpp`.
44
+ > If you downloaded LFM2.5-8B-A1B before [commit `feb5e04`](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B/commit/feb5e04da4910dd56d33f0cd03747ff298c1e801), please re-download the tokenizer files.
45
+ > The [GGUF files](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B-GGUF) have also been re-converted with the updated tokenizer.
46
+
47
  LFM2.5 is a new family of hybrid models designed for on-device deployment. It builds on the LFM2 architecture with extended pre-training and reinforcement learning.
48
 
49
  - **On-device personal assistant**: Designed to power real-life applications, chaining tool calls, and following complex instructions on all devices.