Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, vLLM, GraphRAG, DeepSpeed, Axolotl, etc
Apache License 2.0
6.75k
stars
1.27k
forks
source link
Support vpm and resampler module of minicpm-v on NPU #12375
Description
Update minicpm-v usage on NPU.
2. User API changes
torch_dtype=torch.float32
andmodules_to_not_convert=['vpm', 'resampler']
3. Summary of the change
MinicpmVPatchEmbedding
andMinicpmVLayerNorm
4. How to test?