Warmup cublas (#566)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Download data
|
||||
```
|
||||
wget https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/test.jsonl
|
||||
bash download_data.sh
|
||||
```
|
||||
|
||||
## Run benchmark
|
||||
|
||||
2
benchmark/gsm8k/download_data.sh
Normal file
2
benchmark/gsm8k/download_data.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
wget https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/train.jsonl
|
||||
wget https://raw.githubusercontent.com/openai/grade-school-math/master/grade_school_math/data/test.jsonl
|
||||
@@ -1,7 +1,6 @@
|
||||
## Download data
|
||||
```
|
||||
wget https://people.eecs.berkeley.edu/~hendrycks/data.tar
|
||||
tar xf data.tar
|
||||
bash download_data.sh
|
||||
```
|
||||
|
||||
## Run benchmark
|
||||
|
||||
2
benchmark/mmlu/download_data.sh
Normal file
2
benchmark/mmlu/download_data.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
wget https://people.eecs.berkeley.edu/~hendrycks/data.tar
|
||||
tar xf data.tar
|
||||
Reference in New Issue
Block a user