Unverified Commit ad60bbb2 authored by Daniel Li's avatar Daniel Li Committed by GitHub
Browse files

[Doc] Fix a typo (#14385)

parent 0578e5a4
......@@ -174,7 +174,7 @@ def sample_sonnet_requests(
) -> list[tuple[str, str, int, int, None]]:
assert (
input_len > prefix_len
), "'args.sonnet-input-len' must be greater than 'args.prefix-input-len'."
), "'args.sonnet-input-len' must be greater than 'args.sonnet-prefix-len'."
# Load the dataset.
with open(dataset_path, encoding='utf-8') as f:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment