intel-analytics / text-generation-webui

A Gradio Web UI for running local LLM on Intel GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) using IPEX-LLM.
GNU Affero General Public License v3.0
14 stars 8 forks source link

Add dependency to requirements #32

Closed hkvision closed 5 months ago

hkvision commented 5 months ago

Do not use ipex-llm[all] since there are dependency conflicts. Only use ipex-llm and the missing dependency py-cpuinfo here.