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
Ian Wong 41b9cc70b1 Fix 1923: Use static graph execution when there's no control operation in graph container (#2008)
* checkin dynamic graph and static graph

* fix compile error

* refine graph

* meet code review

* fix serialize/load test

* fix failed unit test

* add unit test for dynamic graph

* merge duplicate code in graph

* fix generateback issue

* fix python test

* fix style issue

* meet code review

* use array to cache output instead of hashmap

* meet code review

* fix a confused part mentioned in code review
2017-12-14 14:09:49 +08:00