You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that vllm could only use the generate method. like llm.generate(prompts, sampling_params)..I now want to use the chat method of qwen-chat-7b like llm.chat(prompts, sampling_params)