intel/ipex-llm - Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, 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, DeepSpeed, Axolotl, etc.
Find a file
Yan Wan 9415d4f3d0 Recurrent supports BatchNormalization (#1176)
* addPreprocessInputLayer to support BatchNormalization

* revise bnorm to hiddensize

* add comments

* add BatchNormalization between preTopology and topology

* add BatchNormalization in Recurrent

* recurrent support batchnormalization

* revise sequential to identity in throw new Error

* fix serialize

* add serializeBigDLModule

* return Unit in doSerializeModule
2017-08-25 11:09:27 +08:00