Dataset missing

#1
by ai-nikolai - opened

Thanks for the great work. It would be awesome if you could share the work on here as well.

The benchmark data is stored under the 'master' branch.
You can load them with the 'dataset' library.

from datasets import load_dataset

# Load GPU benchmark
dataset_g = load_dataset("LiShangZ/tritonbench_g", revision="master")

Sign up or log in to comment