From 8bd88124ab7de8c90a142759329d12db7af80402 Mon Sep 17 00:00:00 2001 From: Efficient-Large-Language-Model <156256291+Efficient-Large-Language-Model@users.noreply.github.com> Date: Wed, 8 May 2024 10:28:12 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f6535e..8a4d9f51 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Llama-3-VILA1.5-8B inference: ```bash python -W ignore llava/eval/run_vila.py \ --model-path Efficient-Large-Model/Llama-3-VILA1.5-8b \ - --conv-mode vicuna_v1 \ + --conv-mode llama_3 \ --query "\n Please describe the traffic condition." \ --image-file "av.png" ```