Warmup cublas (#566)

This commit is contained in:
Lianmin Zheng
2024-06-25 12:46:00 -07:00
committed by GitHub
parent eb1ae6ae0c
commit a385ee27bd
6 changed files with 17 additions and 4 deletions

View File

@@ -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

View 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

View File

@@ -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

View File

@@ -0,0 +1,2 @@
wget https://people.eecs.berkeley.edu/~hendrycks/data.tar
tar xf data.tar