Views
No views yet
1optimum-cli export openvino -m LiquidAI/LFM2.5-1.2B-Instruct \
2 --task text-generation-with-past --weight-format int4 --group-size 128 --ratio 1.0 \
3 LFM2.5-1.2B-Instruct-int4-ov1import openvino_genai as ov_genai
2
3pipe = ov_genai.LLMPipeline("LFM2.5-1.2B-Instruct-int4-ov", "GPU", CACHE_DIR="./.ovcache")
4print(pipe.generate("Write a Python function that reverses a string.", max_new_tokens=128))LiquidAI/LFM2.5-1.2B-Instruct (Liquid AI)