Switch language한국어
Back to the list

I Tried Running LLMs on Intel's NPU. Here's What Actually Happened.

TL;DR AI

Key summary

2 min read
  1. Local LLM inference was tested on a Lenovo ThinkPad T14 Gen 5.

  2. The laptop had an Intel Core Ultra 7 155U, 32 GB DDR5, Windows 11, and Intel AI Boost NPU 3720.

  3. The article compared NPU, CPU, and llama.cpp performance.

  4. Qwen2.5-7B-Instruct was exported to OpenVINO IR with int4 weights and loaded on the NPU.

  5. The NPU compiler hit "LLVM ERROR" because it requires static tensor shapes; Qwen2.5-1.5B-Instruct also crashed.

Read the original