QAnything [BUG] model_worker.py: 错误:参数 --conv-template: 需要一个参数

t3irkdon  于 2个月前  发布在  其他
关注(0)|答案(1)|浏览(71)

是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?

  • 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions

该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?

  • 我已经搜索过FAQ | I have searched FAQ

当前行为 | Current Behavior

执行bash脚本,走到启动LLM服务时,提示报错
model_worker.py: error: argument --conv-template: expected one argument
qanything-container-local | % Total % Received % Xferd Average Speed Time Time Time Current
qanything-container-local | Dload Upload Total Spent Left Speed
100 13 100 13 0 0 6217 0 --:--:-- --:--:-- --:--:-- 13000
qanything-container-local | The llm service is starting up, it can be long... you have time to make a coffee :)
qanything-container-local | LLM 服务正在启动,可能需要一段时间...你有时间去冲杯咖啡 :)
qanything-container-local | 启动 LLM 服务超时,自动检查 /workspace/qanything_local/logs/debug_logs/fastchat_logs/fschat_model_worker_7801.log 中是否存在Error...
qanything-container-local | 2024-02-23 10:31:42 | ERROR | stderr | [--model-names MODEL_NAMES]
qanything-container-local | 2024-02-23 10:31:42 | ERROR | stderr | [--conv-template CONV_TEMPLATE] [--embed-in-truncate]
qanything-container-local | 2024-02-23 10:31:42 | ERROR | stderr | [--limit-worker-concurrency LIMIT_WORKER_CONCURRENCY]
qanything-container-local | 2024-02-23 10:31:42 | ERROR | stderr | [--stream-interval STREAM_INTERVAL] [--no-register]
qanything-container-local | 2024-02-23 10:31:42 | ERROR | stderr | [--seed SEED] [--debug DEBUG] [--ssl]
qanything-container-local | 2024-02-23 10:31:42 | ERROR | stderr | model_worker.py: error: argument --conv-template: expected one argument
qanything-container-local | 检测到错误信息,请查看上面的输出。

期望行为 | Expected Behavior

  • No response*

运行环境 | Environment

  • No response*

QAnything日志 | QAnything logs

  • No response*

复现方法 | Steps To Reproduce

  • No response*

备注 | Anything else?

  • No response*
ruyhziif

ruyhziif1#

我启动bash脚本分别用了以下两个命令,都存在这个报错:

bash ./run.sh -c local -i 0 -b default
bash run.sh

相关问题