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

Conflict dependencies with upstream #30

Closed hkvision closed 1 month ago

hkvision commented 5 months ago

accelerate: 0.27. (upstream) VS 0.21.0 (ipex-llm) tokenizers: 0.15.2 (by default upstream will install the latest) VS 0.13.3 (ipex-llm) transformers: 4.38. (upstream) VS 4.31.0 (ipex-llm)

hkvision commented 5 months ago

Currently only add ipex-llm instead of ipex-llm[all] to dependencies to avoid the above conflicts. Also add one missing dependency py-cpuinfo. https://github.com/intel-analytics/text-generation-webui/pull/32

cc @jason-dai @shane-huang

github-actions[bot] commented 3 months ago

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.

github-actions[bot] commented 2 months ago

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.

github-actions[bot] commented 1 month ago

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.