ms-swift
ms-swift copied to clipboard
swift.llm.inference_client增加vllm、lmdeploy 部署后端的 request_id参数修改功能,提供用户可以追踪的日志
Describe the feature Please describe the feature requested here(请在这里描述需求) swift.llm.inference_client增加vllm、lmdeploy 部署后端的 request_id参数修改功能,提供用户可以追踪的日志 Paste any useful information Paste any useful information, including papers, github links, etc.(请在这里描述其他有用的信息,比如相关的论文地址,github链接等) vllm 日志: INFO: 2024-09-29 13:51:49,735 deploy.py:156] {'request_id': 'chatcmpl-2f9915bae7f4487c8a625299a61a501b', 'model': 'qwen2-7b-instruct', 'messages': [{'role': 'user', 'content': '浙江的省会在哪里?'}],...} Additional context Add any other context or information here(其他信息可以写在这里) @Jintao-Huang