ceyron commited on
Commit
4aea87c
·
verified ·
1 Parent(s): 88aab3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -4,7 +4,15 @@ All datasets scraped from the APEBench benchmark suite.
4
 
5
  Obtained via:
6
 
7
- `git clone --recurse-submodule [email protected]:Ceyron/apebench.git`
 
 
 
 
 
 
 
 
8
 
9
  And then executed the following script:
10
 
 
4
 
5
  Obtained via:
6
 
7
+ ```bash
8
+ conda create -n apebench python=3.12 -y
9
+ conda activate apebench
10
+ ```
11
+
12
+ ```bash
13
+ pip install -U "jax[cuda12]"
14
+ pip install git+ssh://[email protected]/Ceyron/apebench@main
15
+ ```
16
 
17
  And then executed the following script:
18