From 90f1607338b54bba0749afbaebdd493afafe3c10 Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Mon, 25 Sep 2023 21:09:40 +0800 Subject: [PATCH] doc:llm faq --- docs/getting_started/faq/llm/llm_faq.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/faq/llm/llm_faq.md b/docs/getting_started/faq/llm/llm_faq.md index 901f0ca98..ef510bcb7 100644 --- a/docs/getting_started/faq/llm/llm_faq.md +++ b/docs/getting_started/faq/llm/llm_faq.md @@ -77,11 +77,18 @@ eg: dbgpt start worker --model_name vicuna-13b-v1.5 \ ``` - ##### Q7 dbgpt command not found ```commandline -pip install -e . +pip install -e "pip install -e ".[default]" +``` + +##### Q8 When starting the worker_manager on a cloud server and registering it with the controller, it is noticed that the worker's exposed IP is a private IP instead of a public IP, which leads to the inability to access the service. + +```commandline +--worker_register_host public_ip The ip address of current worker to register + to ModelController. If None, the address is + automatically determined ```