Skip to content

Commit acefdb4

Browse files
authored
docs: update FlashInfer Trace Schema web link (#92)
Update README.md and tutorial FlashInfer Trace Schema link to match the current state.
1 parent 380c142 commit acefdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This [guide](https://bench.flashinfer.ai/docs/start/quick_start) shows you how t
3535

3636
## FlashInfer Trace Dataset
3737

38-
We provide an official dataset called **FlashInfer-Trace** with kernels and workloads in real-world AI system deployment environments. FlashInfer-Bench can use this dataset to measure and compare the performance of kernels. It follows the [FlashInfer Trace Schema](https://bench.flashinfer.ai/docs/flashinfer_trace/).
38+
We provide an official dataset called **FlashInfer-Trace** with kernels and workloads in real-world AI system deployment environments. FlashInfer-Bench can use this dataset to measure and compare the performance of kernels. It follows the [FlashInfer Trace Schema](https://bench.flashinfer.ai/docs/flashinfer-trace).
3939

4040
The official dataset is on HuggingFace: https://huggingface.co/datasets/flashinfer-ai/flashinfer-trace
4141

docs/tutorials/bring_your_own_kernel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A **Trace** is an atomic, immutable record of a single benchmark run. It links a
1313
| `workload` | object | Yes | Concrete shapes and input data used for this run. |
1414
| `evaluation` | object | Yes | Results, logs, and environment snapshot. |
1515

16-
More details about schema are in [FlashInfer Trace Schema](https://bench.flashinfer.ai/docs/flashinfer_trace/).
16+
More details about schema are in [FlashInfer Trace Schema](https://bench.flashinfer.ai/docs/flashinfer-trace).
1717

1818
## Component 1: `definition`
1919

0 commit comments

Comments
 (0)