Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Pre-compiled **Torq VMFB** build of LiquidAI's
|
|
| 21 |
[LFM2-VL-450M](https://huggingface.co/LiquidAI/LFM2-VL-450M) vision-language model,
|
| 22 |
ready to run on the Synaptics **SL2619** edge NPU. The SigLIP vision encoder and the
|
| 23 |
LFM2 hybrid conv/attention text decoder both execute on the NPU in bf16; the token
|
| 24 |
-
embeddings
|
| 25 |
|
| 26 |
Image + prompt → caption / visual question answering. The image is encoded once and
|
| 27 |
its KV cache is reused, so follow-up questions about the same image stay fast.
|
|
|
|
| 21 |
[LFM2-VL-450M](https://huggingface.co/LiquidAI/LFM2-VL-450M) vision-language model,
|
| 22 |
ready to run on the Synaptics **SL2619** edge NPU. The SigLIP vision encoder and the
|
| 23 |
LFM2 hybrid conv/attention text decoder both execute on the NPU in bf16; the token
|
| 24 |
+
embeddings run on the host CPU.
|
| 25 |
|
| 26 |
Image + prompt → caption / visual question answering. The image is encoded once and
|
| 27 |
its KV cache is reused, so follow-up questions about the same image stay fast.
|