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 \