From a468b672d333409df78a041df0e1418c9c08c060 Mon Sep 17 00:00:00 2001 From: Vladislav Sokolovskii <48914918+vsokolovskii@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:13:00 +0200 Subject: [PATCH] Update README.md Small update to the model name so that it corresponds to the `served-model-name` from the vllm serve command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1e60f..255adee 100644 --- a/README.md +++ b/README.md @@ -1122,7 +1122,7 @@ client = OpenAI( ) chat_response = client.chat.completions.create( - model="Qwen2-7B-Instruct", + model="Qwen2-VL-7B-Instruct", messages=[ {"role": "system", "content": "You are a helpful assistant."}, {