ollama部署和运行模型
open-webui可视化和训练模型
1 | open-webui serve --port=8090 |
来规避被占用的端口
If you are running Open WebUI in an offline environment, you can set the HF_HUB_OFFLINE environment variable to 1 to prevent attempts to download models from the internet.
1 | export HF_HUB_OFFLINE=1 |
huggingface的镜像源,墙之痛。
1 | export HF_ENDPOINT=https://hf-mirror.com/ |
open-webui网页初始加载很慢,网页得加载几分钟,还以为是报错了,白着急了