Instructions to use bkideas/LFM2.5-8B-A1B-MLX-nvfp4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use bkideas/LFM2.5-8B-A1B-MLX-nvfp4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LFM2.5-8B-A1B-MLX-nvfp4 bkideas/LFM2.5-8B-A1B-MLX-nvfp4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model is a quantized NVFP4 MLX variant of LiquidAI/LFM2.5‑8B‑A1B‑MLX‑bf16, created by LiquidAI.
|
| 2 |
Original model licensed under the LiquidAI Model License.
|
| 3 |
|
|
@@ -30,4 +38,4 @@ NVFP4 reduces memory usage by ~65% and increases generation speed by ~1.6–1.8
|
|
| 30 |
|
| 31 |
### **Practical Impact**
|
| 32 |
For chat, summarization, and coding, NVFP4 behaves almost identically to the BF16 model.
|
| 33 |
-
For math/logic‑heavy tasks, BF16 remains slightly more accurate.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
base_model:
|
| 4 |
+
- LiquidAI/LFM2.5-8B-A1B-MLX-bf16
|
| 5 |
+
library_name: mlx
|
| 6 |
+
tags:
|
| 7 |
+
- text-generation-inference
|
| 8 |
+
---
|
| 9 |
This model is a quantized NVFP4 MLX variant of LiquidAI/LFM2.5‑8B‑A1B‑MLX‑bf16, created by LiquidAI.
|
| 10 |
Original model licensed under the LiquidAI Model License.
|
| 11 |
|
|
|
|
| 38 |
|
| 39 |
### **Practical Impact**
|
| 40 |
For chat, summarization, and coding, NVFP4 behaves almost identically to the BF16 model.
|
| 41 |
+
For math/logic‑heavy tasks, BF16 remains slightly more accurate.
|