update git lfs
Browse filesSigned-off-by: Ubospica <ubospica@gmail.com>
README.md
CHANGED
|
@@ -14,9 +14,15 @@ It follows the [FlashInfer Trace Schema](https://bench.flashinfer.ai/docs/flashi
|
|
| 14 |
|
| 15 |
Use this command to download the dataset:
|
| 16 |
```bash
|
|
|
|
| 17 |
git clone https://huggingface.co/datasets/flashinfer-ai/mlsys26-contest
|
| 18 |
```
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
This dataset contains the definitions and workloads for these kernels:
|
|
|
|
| 14 |
|
| 15 |
Use this command to download the dataset:
|
| 16 |
```bash
|
| 17 |
+
git lfs install
|
| 18 |
git clone https://huggingface.co/datasets/flashinfer-ai/mlsys26-contest
|
| 19 |
```
|
| 20 |
|
| 21 |
+
Set the environment variable so that FlashInfer-Bench can find the dataset:
|
| 22 |
+
```bash
|
| 23 |
+
export FIB_DATASET_PATH=/path/to/mlsys26-contest
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
## Tasks
|
| 27 |
|
| 28 |
This dataset contains the definitions and workloads for these kernels:
|