当我试图集成chatglm2-6b的时候发现如下错误
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description

我认为是我在执行这条命令的时候出现了错误`python3 -m fastchat.serve.model_worker --model-path THUDM/chatglm3-6b --model-names chatglm3-6b`,因为这条命令默认`--conv-template vicuna_v1.1`,而我的模型并非vicuna
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documented command entry point `python3 -m fastchat.serve.model_worker` and inspect how its default `--conv-template vicuna_v1.1` is selected. Reproduce the reported ChatGLM2/ChatGLM3 integration error with the command in the issue, then confirm which conversation template is expected and document or correct the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100