ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

Text Generation WebUI issue

Open wluo1007 opened this issue 1 year ago • 5 comments

openbmb/MiniCPM-2B-sft-bf16 on Text Generation WebUI issue on ubuntu22.04:

set up the webUI following similar steps as window described here: https://github.com/intel-analytics/ipex-llm/blob/main/docs/mddocs/Quickstart/webui_quickstart.md

when loading the model, error would show as below: Screenshot 2024-07-16 193211

wluo1007 avatar Jul 18 '24 09:07 wluo1007

hi @wluo1007 , we have reproduced your issue. We will inform you once we make progress.

sgwhat avatar Jul 19 '24 02:07 sgwhat

Hi @wluo1007 , you may set export BIGDL_IMPORT_IPEX=0 before launching the webui.

sgwhat avatar Jul 23 '24 01:07 sgwhat

thanks for the quick response, after export BIGDL_IMPORT_IPEX=0, it worked.

wluo1007 avatar Jul 23 '24 07:07 wluo1007

Hi @sgwhat I have a question, webUI default bind adress is 127.0.0.1 how to change it?

niceTeen84 avatar Jul 23 '24 07:07 niceTeen84

@niceTeen84 , python server.py --load-in-4bit --listen --listen-host 0.0.0.0 --listen-port 8080

sgwhat avatar Jul 24 '24 01:07 sgwhat