lm-sys / lm-sys/FastChat

当我试图集成chatglm2-6b的时候发现如下错误

Open
#3,383 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
39.5k
Forks
4.8k
PR merge metrics
No merged PRs in 30d

Description

![issue](https://github.com/lm-sys/FastChat/assets/123880310/b5fff9bd-3b5b-4df2-84fd-0a14fee2f623)
我认为是我在执行这条命令的时候出现了错误`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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.