r-g2-2024 commited on
Commit
96894ab
·
verified ·
1 Parent(s): efe1312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -18,6 +18,15 @@ All questions and answers were manually crafted and verified to ensure accurate
18
 
19
  ## Installation
20
  These code snippets were created for evaluation using [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval/tree/main). Please make sure to install lmms-eval before using this benchmark.
 
 
 
 
 
 
 
 
 
21
 
22
  - Access the URLs listed in the "citation_pdf_url" column of "source.csv" and download the corresponding PDF files.
23
  Rename each downloaded file according to the file name specified in the "local_file_name" column of "source.csv".
 
18
 
19
  ## Installation
20
  These code snippets were created for evaluation using [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval/tree/main). Please make sure to install lmms-eval before using this benchmark.
21
+ ```sh
22
+ conda create --prefix ./lmms-eval python=3.10 -y
23
+ conda activate ./lmms-eval
24
+ pip install --upgrade pip
25
+ git clone --branch v0.3.0 https://github.com/EvolvingLMMs-Lab/lmms-eval
26
+ cd lmms-eval
27
+ pip install -e .
28
+ ```
29
+
30
 
31
  - Access the URLs listed in the "citation_pdf_url" column of "source.csv" and download the corresponding PDF files.
32
  Rename each downloaded file according to the file name specified in the "local_file_name" column of "source.csv".