Skip to content

Commit

Permalink
[Minor] Update the warning to follow the new conv_template file (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
persistz authored Aug 21, 2023
1 parent b4814fc commit d294434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/model/model_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def raise_warning_for_old_weights(self, model):
"which will generate unexpected results with the "
"current fastchat.\nYou can try one of the following methods:\n"
"1. Upgrade your weights to the new Vicuna-v1.3: https://github.com/lm-sys/FastChat#vicuna-weights.\n"
"2. Use the old conversation template by `python3 -m fastchat.serve.cli --model-path /path/to/vicuna-v0 --conv-template conv_one_shot`\n"
"2. Use the old conversation template by `python3 -m fastchat.serve.cli --model-path /path/to/vicuna-v0 --conv-template one_shot`\n"
"3. Downgrade fschat to fschat==0.1.10 (Not recommonded).\n"
)

Expand Down

0 comments on commit d294434

Please sign in to comment.