Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/text-generation/run_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def main():
per_sequence_profiler = disabled_profiler
per_token_profiler = active_profiler

if args.dataset_name == "mlcommons":
if args.dataset_name == "openorca" or args.dataset_name == "mlcommons":
# Benchmark over the prompts below
def get_ds(args):
ds = pd.read_pickle(args.mlcommons_dataset)
Expand Down