Skip to content

Commit e66985c

Browse files
committed
minor
Signed-off-by: h-guo18 <67671475+h-guo18@users.noreply.github.com>
1 parent 53b9466 commit e66985c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/speculative_decoding/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We use [Daring-Anteater](https://huggingface.co/datasets/nvidia/Daring-Anteater)
5151
python prepare_input_conversations/add_daring_anteater.py
5252
```
5353

54-
See [custom dataset](#custom-datasets) section for other dataset options and instruction for user-provided data.
54+
See [other-datasets](#other-datasets) section for other dataset options and instruction for user-provided data.
5555

5656
## Getting Started: Simplified Workflow
5757

@@ -185,7 +185,7 @@ See more details on deployment of quantized model to TRTLLM [here](../llm_ptq/RE
185185
186186
## Advanced Usage
187187
188-
### Custom Datasets
188+
### Other Datasets
189189
190190
In addition to `daring-anteater`, we provide scripts for adding several other commonly used datasets in `prepare_input_conversations`:
191191

@@ -198,7 +198,7 @@ prepare_input_conversations/
198198
└── example_make_prompt_dataset.sh
199199
```
200200

201-
To use custom datasets, please preprocess your data into a `.jsonl` file with each line in the format:
201+
To use your own datasets, please preprocess your data into a `.jsonl` file with each line in the format:
202202

203203
```json
204204
{

0 commit comments

Comments
 (0)