You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a model "4o-last"with chatgt in the dashboard,but when i restart the llm-worker,the new model changed unhealthy,
I don't know which config can fix it
after llm-worker restart
(base) ubuntu@new-test:/gt/DB-GPT$ docker compose exec controller dbgpt model list
WARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml: version is obsolete
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| Model Name | Model Type | Host | Port | Healthy | Enabled | Prompt Template | Last Heartbeat |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| chatgpt_proxyllm | llm | llm-worker | 8001 | True | True | | 2025-01-03T08:52:56 |
| WorkerManager | service | llm-worker | 8001 | True | True | | 2025-01-03T08:53:07 |
| 4o-last | llm | llm-worker | 8001 | True | True | | 2025-01-03T08:53:18 |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
(base) ubuntu@new-test:/gt/DB-GPT$ docker compose stop llm-worker
WARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml: version is obsolete
[+] Stopping 1/1
✔ Container db-gpt-llm-worker-1 Stopped 2.0s
(base) ubuntu@new-test:/gt/DB-GPT$ docker compose start llm-worker
WARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml: version is obsolete
[+] Running 1/1
✔ Container db-gpt-llm-worker-1 Started 0.3s
(base) ubuntu@new-test:/gt/DB-GPT$ docker compose exec controller dbgpt model list
WARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml: version is obsolete
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| Model Name | Model Type | Host | Port | Healthy | Enabled | Prompt Template | Last Heartbeat |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| chatgpt_proxyllm | llm | llm-worker | 8001 | True | True | | 2025-01-03T08:53:45 |
| WorkerManager | service | llm-worker | 8001 | True | True | | 2025-01-03T08:53:45 |
| 4o-last | llm | llm-worker | 8001 | False | True | | 2025-01-03T08:53:18 |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
What you expected to happen
the llm-worker logs only register chatgpt_proxyllm@llm,it's not get all register model from controller
How to reproduce
...
Additional context
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
zxlzhd
changed the title
[Bug] [llm-worker] model create with dashboard unhealty when llm-worker s
[Bug] [llm-worker] model create with dashboard unhealty when llm-worker restart
Jan 3, 2025
Search before asking
Operating system information
Linux
Python version information
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
CPU
Models information
LLM:chatgpt_proxyllm
What happened
I create a model "4o-last"with chatgt in the dashboard,but when i restart the llm-worker,the new model changed unhealthy,
I don't know which config can fix it
after llm-worker restart
(base) ubuntu@new-test:
/gt/DB-GPT$ docker compose exec controller dbgpt model list/gt/DB-GPT$ docker compose stop llm-workerWARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml:
version
is obsolete+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| Model Name | Model Type | Host | Port | Healthy | Enabled | Prompt Template | Last Heartbeat |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| chatgpt_proxyllm | llm | llm-worker | 8001 | True | True | | 2025-01-03T08:52:56 |
| WorkerManager | service | llm-worker | 8001 | True | True | | 2025-01-03T08:53:07 |
| 4o-last | llm | llm-worker | 8001 | True | True | | 2025-01-03T08:53:18 |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
(base) ubuntu@new-test:
WARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml:
version
is obsolete[+] Stopping 1/1
✔ Container db-gpt-llm-worker-1 Stopped 2.0s
(base) ubuntu@new-test:
/gt/DB-GPT$ docker compose start llm-worker/gt/DB-GPT$ docker compose exec controller dbgpt model listWARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml:
version
is obsolete[+] Running 1/1
✔ Container db-gpt-llm-worker-1 Started 0.3s
(base) ubuntu@new-test:
WARN[0000] /home/ubuntu/gt/DB-GPT/docker-compose.yml:
version
is obsolete+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| Model Name | Model Type | Host | Port | Healthy | Enabled | Prompt Template | Last Heartbeat |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
| chatgpt_proxyllm | llm | llm-worker | 8001 | True | True | | 2025-01-03T08:53:45 |
| WorkerManager | service | llm-worker | 8001 | True | True | | 2025-01-03T08:53:45 |
| 4o-last | llm | llm-worker | 8001 | False | True | | 2025-01-03T08:53:18 |
+------------------+------------+------------+------+---------+---------+-----------------+---------------------+
What you expected to happen
the llm-worker logs only register chatgpt_proxyllm@llm,it's not get all register model from controller
How to reproduce
...
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: