--- license: other license_name: lfm1.0 license_link: https://huggingface.co/LiquidAI/LFM2-1.2B/blob/main/LICENSE language: - en - ar - zh - fr - de - ja - ko - es pipeline_tag: text-generation tags: - liquid - lfm2 - edge - NVFP4 - NVFP4A16 - FP4 base_model: - LiquidAI/LFM2-700M ---
Liquid AI
Liquid: Playground
# LFM2-700M-NVFP4A16 LFM2 is a new generation of hybrid models developed by [Liquid AI](https://www.liquid.ai/), specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency. Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-700M ## 🏃 How to run LFM2 (NVFP4A16) Require Blackwell GPU and [vllm](https://github.com/vllm-project/vllm): ``` vllm serve apolloparty/LFM2-700M-NVFP4A16 ```