From 808a83d36b6dd982df13faf45197c06a550d2276 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 24 Aug 2026 00:52:33 +0800 Subject: [PATCH] docs: fix EVisRAG setup dir, TOC typo, and command continuation in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ef27dc..62eff1c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@

📃 Evaluation🔧 Usage • - 📄 Lisense • + 📄 License📧 Contact📈 Star History

@@ -67,7 +67,7 @@ In the paper, we use MiniCPM-V 2.0, MiniCPM-V 2.6, and GPT-4o as the generators. git clone https://github.com/OpenBMB/VisRAG.git conda create --name EVisRAG python==3.10 conda activate EVisRAG -cd EVisRAG +cd VisRAG pip install -r EVisRAG_requirements.txt ``` ## VisRAG @@ -160,7 +160,7 @@ python visrag_scripts/generate/generate.py \ --model_name_or_path \ --dataset_name \ --dataset_name_or_path \ ---rank \ +--rank \ --world_size \ --topk \ --results_root_dir \