Skip to content

Commit

Permalink
Merge pull request #51 from cagey-squirrel/patch-1
Browse files Browse the repository at this point in the history
Update README.md - clone project and activate conda env
  • Loading branch information
tcy6 authored Jan 19, 2025
2 parents 8bc9309 + b99b9e7 commit bb84a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ In the paper, We use MiniCPM-V 2.0, MiniCPM-V 2.6 and GPT-4o as the generators.
# ⚙️ Setup

```bash
git clone https://github.com/OpenBMB/VisRAG.git
conda create --name VisRAG python==3.10.8
conda activate VisRAG
conda install nvidia/label/cuda-11.8.0::cuda-toolkit
cd VisRAG
pip install -r requirements.txt
Expand Down

0 comments on commit bb84a18

Please sign in to comment.